Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
  • 1 commit
  • 1 file changed
  • 0 commit comments
  • 1 contributor
Commits on Mar 15, 2016
@ibab ibab Apply @anaderi's fix 42d3fbd
Showing with 1 addition and 1 deletion.
  1. +1 −1 .travis.yml
View
@@ -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

No commit comments for this range