Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

Commit

Permalink
Speed up Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
j0k3r committed Apr 30, 2015
1 parent b91f8d7 commit 70b5b8b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
@@ -1,11 +1,17 @@
# faster builds on new travis setup not using sudo
sudo: false

language: node_js

node_js:
- "0.10"

before_script:
- npm install -g grunt-cli
- npm install -g bower
- bower install

cache:
directories:
- node_modules
- bower_components
- bower_components

0 comments on commit 70b5b8b

Please sign in to comment.