Skip to content

Commit

Permalink
Merge branch 'master' into dim_title
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Feb 3, 2016
2 parents f67f2f8 + cc2cf63 commit 2ee7a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ script:
- coverage combine

after_script:
- if [ "$TRAVIS_BRANCH" != 'master' ]; then
- if [ "$TRAVIS_BRANCH" == 'master' ]; then
cd doc/test_data;
zip -r test_data.zip *;
aws s3 cp --region eu-west-1 ./test_data.zip "s3://preview.holoviews.org/$TRAVIS_BUILD_NUMBER/test_data_py${TRAVIS_PYTHON_VERSION:0:1}.zip";
Expand Down

0 comments on commit 2ee7a73

Please sign in to comment.