Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c26d89b

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

File tree

Expand file treeCollapse file tree

1 file changed

+6
-6
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-6
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+6-6Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.