Skip to content
This repository was archived by the owner on Aug 2, 2020. It is now read-only.

Commit 51977e6

Browse files
committed
Updated travis config.
1 parent 1451677 commit 51977e6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
language: node_js
22
node_js:
3-
- "0.10"
3+
- "4"
4+
- "5"
5+
- "6"
46
before_install:
5-
- npm install -g grunt-cli
7+
- if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
8+
sudo: false

0 commit comments

Comments
 (0)