From 3c3deb49d8d9b063de887e3ec9d0a11d3a0985c0 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Tue, 26 Feb 2013 13:13:34 +0100 Subject: [PATCH] Compile files in production mode before sending them to s3 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f67d57ef..a220d0f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: