From 466a7b38a06cafa8c47b84acdaea3f86c88ce79a Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Thu, 21 Feb 2013 18:39:42 +0100 Subject: [PATCH] Upload only styles and scripts --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 675e652e..f67d57ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ env: script: "script/ci" after_script: - - "test $TEST_SUITE = \"ember\" && travis-artifacts upload --target-path assets/$TRAVIS_BRANCH --path public" + - "test $TEST_SUITE = \"ember\" && travis-artifacts upload --target-path assets/$TRAVIS_BRANCH --path public/scripts:scripts --path public/styles:styles" matrix: allow_failures: