Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0c74a9a

Browse files
committed
Updated TravisCI configural file to allow tests under different Node platforms.
1 parent 4daf615 commit 0c74a9a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.travis.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
language: node_js
2+
node_js:
3+
- "6.1.x"
4+
- "6.0.x"
5+
- "5.11.x"
6+
- "5.10.x"
7+
- "5.9.x"
8+
- "5.8.x"
9+
- "5.7.x"
10+
- "5.6.x"
11+
- "5.5.x"
12+
- "5.4.x"
13+
- "5.3.x"
14+
- "5.2.x"
15+
- "5.1.x"
16+
- "5.0.x"
17+
- "4.4.x"
18+
- "4.3.x"
19+
- "4.2.x"
20+
- "4.1.x"
21+
- "4.0.x"
22+
before_script:
23+
- npm install grunt-cli -g
24+
- npm install

0 commit comments

Comments
 (0)