We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af7432 commit 79b688cCopy full SHA for 79b688c
.travis.yml
@@ -1,18 +1,21 @@
1
sudo: false
2
language: node_js
3
node_js:
4
-- '4.0'
5
-- '0.12'
6
-- '0.10'
+ - 4
+ - stable
+
7
before_install:
8
-- npm i -g npm
9
-- npm config set loglevel warn
+ - npm i -g npm
+ - npm config set loglevel warn
10
11
before_script:
-- npm install -g grunt-cli
12
-- rm -rf node_modules/karma-sauce-launcher
13
-- cd node_modules && ln -nsf ../ karma-sauce-launcher && cd ../
+ - npm install -g grunt-cli
+ - rm -rf node_modules/karma-sauce-launcher
14
+ - cd node_modules && ln -nsf ../ karma-sauce-launcher && cd ../
15
16
script:
-- grunt
17
+ - grunt
18
19
notifications:
20
email: false
21
env:
0 commit comments