Don't try to upload build to S3 for pull requests

This commit is contained in:
Piotr Sarnacki 2013-04-07 19:35:39 +02:00
parent c7561ee13e
commit bbd37e6e15

View File

@ -20,7 +20,7 @@ before_script:
- "bundle exec rakep"
- "phantomjs --version"
after_script:
- "test $TEST_SUITE = \"ruby\" && travis-artifacts upload --target-path assets/$TRAVIS_BRANCH --path public/scripts:scripts --path public/styles:styles || true"
- "test $TEST_SUITE = \"ruby\" && test $TRAVIS_PULL_REQUEST = \"false\" && travis-artifacts upload --target-path assets/$TRAVIS_BRANCH --path public/scripts:scripts --path public/styles:styles || true"
notifications:
irc: "irc.freenode.org#travis"