From 603e5f6fc5154efd1a0641cf2b11e7f7f0c598e5 Mon Sep 17 00:00:00 2001 From: Sven Fuchs Date: Tue, 26 Feb 2013 23:30:11 +0100 Subject: [PATCH] do not use production for storing alternate versions --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a220d0f9..446d59a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ env: script: "script/ci" 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" matrix: