Explorar el Código

Fix line formatting for master branch conditional

pull/385/head
Dave Machado hace 6 años
padre
commit
d2b84f3159
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. +1
    -2
      build/main.sh

+ 1
- 2
build/main.sh Ver fichero

@@ -9,8 +9,7 @@ else
echo "format validation FAILED"
fi

if [ "$TRAVIS_BRANCH" == "master" ]
then
if [ "$TRAVIS_BRANCH" == "master" ]; then
echo "running link validation..."
awesome_bot README.md --allow-ssl --allow 403,302
fi

Cargando…
Cancelar
Guardar