do not use production for storing alternate versions
This commit is contained in:
parent
c4bb49cc17
commit
603e5f6fc5
|
@ -16,7 +16,7 @@ env:
|
||||||
script: "script/ci"
|
script: "script/ci"
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
- "ENV=production bundle exec rakep"
|
- "bundle exec rakep"
|
||||||
- "test $TEST_SUITE = \"ember\" && travis-artifacts upload --target-path assets/$TRAVIS_BRANCH --path public/scripts:scripts --path public/styles:styles"
|
- "test $TEST_SUITE = \"ember\" && travis-artifacts upload --target-path assets/$TRAVIS_BRANCH --path public/scripts:scripts --path public/styles:styles"
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user