We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cb0fe6 commit c26d89bCopy full SHA for c26d89b
.travis.yml
@@ -29,12 +29,12 @@ before_install:
29
install:
30
- pip install nox-automation coverage
31
script:
32
-- if [ $TRAVIS_SECURE_ENV_VARS == "true" ] ; then
33
- source ${TRAVIS_BUILD_DIR}/testing/resources/test-env.sh;
34
- nox --stop-on-first-error -s lint travis;
35
- else
36
- # only run lint on external PRs
37
+- if [ $TRAVIS_SECURE_ENV_VARS == "true" ]; then
+ source ${TRAVIS_BUILD_DIR}/testing/resources/test-env.sh;
+ nox --stop-on-first-error -s lint travis;
+ else
+ # only run lint on external PRs
+ nox --stop-on-first-error -s lint;
38
fi
39
40
after_script:
0 commit comments