Skip to content

Commit 79b688c

Browse files
committedOct 24, 2016
chore(travis): update build config
1 parent 1af7432 commit 79b688c

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed
 

‎.travis.yml

+12-9
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- '4.0'
5-
- '0.12'
6-
- '0.10'
4+
- 4
5+
- stable
6+
77
before_install:
8-
- npm i -g npm
9-
- npm config set loglevel warn
8+
- npm i -g npm
9+
- npm config set loglevel warn
10+
1011
before_script:
11-
- npm install -g grunt-cli
12-
- rm -rf node_modules/karma-sauce-launcher
13-
- cd node_modules && ln -nsf ../ karma-sauce-launcher && cd ../
12+
- npm install -g grunt-cli
13+
- rm -rf node_modules/karma-sauce-launcher
14+
- cd node_modules && ln -nsf ../ karma-sauce-launcher && cd ../
15+
1416
script:
15-
- grunt
17+
- grunt
18+
1619
notifications:
1720
email: false
1821
env:

0 commit comments

Comments
 (0)
Please sign in to comment.