need to return true after testing for TEST_SUITE
This commit is contained in:
parent
3386142250
commit
da5e028295
|
@ -16,11 +16,11 @@ env:
|
|||
script: "script/ci"
|
||||
|
||||
before_script:
|
||||
- "test $TEST_SUITE = \"ruby\" && gem install travis-artifacts"
|
||||
- "test $TEST_SUITE = \"ruby\" && gem install travis-artifacts || true"
|
||||
- "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"
|
||||
- "test $TEST_SUITE = \"ruby\" && travis-artifacts upload --target-path assets/$TRAVIS_BRANCH --path public/scripts:scripts --path public/styles:styles || true"
|
||||
|
||||
notifications:
|
||||
irc: "irc.freenode.org#travis"
|
||||
|
|
Loading…
Reference in New Issue
Block a user