Permalink
...
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Open a pull request
- 1 commit
- 1 file changed
- 0 commit comments
- 1 contributor
Unified
Split
Showing
with
1 addition
and 1 deletion.
- +1 −1 .travis.yml
View
2
.travis.yml
| @@ -49,7 +49,7 @@ install: | ||
| script: | ||
| - nose2 -v --start-dir everware # unit tests live in everware/ | ||
| - ./build_tools/test_frontend.sh | ||
| - - if [ "$TRAVIS_PULL_REQUEST" == "false" ] ; then make upload_screens -e M=travis-${TRAVIS_JOB_NUMBER}_${JHUB_VERSION}_v${TRAVIS_PYTHON_VERSION} ; fi | ||
| + - if [[ "$TRAVIS_PULL_REQUEST" == "false" && "$GIST_TOKEN" != "" ]] ; then make upload_screens -e M=travis-${TRAVIS_JOB_NUMBER}_${JHUB_VERSION}_v${TRAVIS_PYTHON_VERSION} ; fi | ||
| cache: | ||
| apt: true | ||