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

Commit f4bedaf

Browse files
committed
Update node versions for Travis CI.
1 parent 937f33e commit f4bedaf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- 'stable'
5-
- '0.12'
6-
- '0.10'
4+
- '8'
5+
- '6'
6+
- '4'
77
before_script:
88
- npm install -g gulp
99
- gulp lint

0 commit comments

Comments
 (0)