Skip to content

Commit c26d89b

Browse files
author
Jon Wayne Parrott
committed
Fixing small issue with travis script.
Change-Id: I922a448fd084e86f047600048b2a105822b93276
1 parent 1cb0fe6 commit c26d89b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ before_install:
2929
install:
3030
- pip install nox-automation coverage
3131
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-
nox --stop-on-first-error -s lint travis;
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+
nox --stop-on-first-error -s lint;
3838
fi
3939

4040
after_script:

0 commit comments

Comments
 (0)