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

Commit e8985f6

Browse files
committed
Merge pull request #186 from j0k3r/patch-1
Speed up Travis build
2 parents b91f8d7 + 70b5b8b commit e8985f6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
1+
# faster builds on new travis setup not using sudo
2+
sudo: false
3+
14
language: node_js
5+
26
node_js:
37
- "0.10"
8+
49
before_script:
510
- npm install -g grunt-cli
611
- npm install -g bower
712
- bower install
13+
814
cache:
915
directories:
1016
- node_modules
11-
- bower_components
17+
- bower_components

0 commit comments

Comments
 (0)