Skip to content

Commit 766fb88

Browse files
author
Alexandre-io
committed
chore(travis): use version 'stable' of nodejs
1 parent 531ab2f commit 766fb88

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
language: node_js
22
node_js:
3-
- '5'
4-
- '4'
5-
- '3'
6-
- '2'
7-
- '0.12'
3+
- 'stable'
84
before_script:
95
- npm install grunt-cli -g
106
script: npm install . && npm test

0 commit comments

Comments
 (0)