Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/candy-chat/candy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Langfeld <ben@langfeld.me>2014-07-30 23:26:09 +0400
committerBen Langfeld <ben@langfeld.me>2014-07-30 23:26:09 +0400
commit9cc343e72619839fc9d93ff50b544b2aed44abcc (patch)
tree40d469a298f2c2354aef6ca602301fa7b451633a /.travis.yml
parentbd329fd06cecfd698f3dede2a59282b482393bf7 (diff)
Fix travis build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d0dd30d..3c2c7c0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,8 @@ env:
- SAUCE_USERNAME: candy-chat-ci
- SAUCE_ACCESS_KEY: 6a43c907-5991-4c4d-b0c7-fa5c40bf772b
script:
- - npm install -g
+ - npm install -g grunt-cli bower
+ - npm install
- bower install
- grunt
- grunt test