Compile files in production mode before sending them to s3

This commit is contained in:
Piotr Sarnacki 2013-02-26 13:13:34 +01:00
parent 4e29faaa03
commit 3c3deb49d8

View File

@ -16,6 +16,7 @@ env:
script: "script/ci"
after_script:
- "ENV=production bundle exec rakep"
- "test $TEST_SUITE = \"ember\" && travis-artifacts upload --target-path assets/$TRAVIS_BRANCH --path public/scripts:scripts --path public/styles:styles"
matrix: