Skip to content
This repository was archived by the owner on Oct 23, 2018. It is now read-only.

Commit 14c25e9

Browse files
committed
Update .travis.yml
1 parent 989da44 commit 14c25e9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "0.10"
5-
- "0.12"
6-
- iojs
7-
- "4"
8-
- "stable"
4+
- '6'
5+
- '5'
6+
- '4'
7+
- '0.12'
8+
- '0.10'
99

1010
before_script:
1111
- npm install -g grunt-cli

0 commit comments

Comments
 (0)