diff options
| author | Chris Rebert <[email protected]> | 2014-11-19 15:44:43 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-11-19 16:01:20 -0800 |
| commit | 6575755dc49d9516840c0a0804185931f2edf9c7 (patch) | |
| tree | b232ba1b16697b6be5d1631061d67617ef8cb2bf | |
| parent | a1c170ed373d9076ecf76d264220a6a636239f17 (diff) | |
| download | bootstrap-6575755dc49d9516840c0a0804185931f2edf9c7.tar.xz bootstrap-6575755dc49d9516840c0a0804185931f2edf9c7.zip | |
Savage builds should not update the S3 cache
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index d1d9dd438..091e72db7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,8 +17,8 @@ install: - ./test-infra/s3_cache.py download npm-modules - if [ "$TWBS_TEST" = validate-html ] && [ $TWBS_DO_VALIDATOR -ne 0 ]; then ./test-infra/s3_cache.py download rubygems; fi after_script: - - if [ "$TWBS_TEST" = core ]; then ./test-infra/s3_cache.py upload npm-modules; fi - - if [ "$TWBS_TEST" = validate-html ] && [ $TWBS_DO_VALIDATOR -ne 0 ]; then ./test-infra/s3_cache.py upload rubygems; fi + - if [ "$TRAVIS_REPO_SLUG" != twbs-savage/bootstrap ] && [ "$TWBS_TEST" = core ]; then ./test-infra/s3_cache.py upload npm-modules; fi + - if [ "$TRAVIS_REPO_SLUG" != twbs-savage/bootstrap ] && [ "$TWBS_TEST" = validate-html ] && [ $TWBS_DO_VALIDATOR -ne 0 ]; then ./test-infra/s3_cache.py upload rubygems; fi env: global: - JEKYLL_VERSION="2.5.1" |
