Skip to content

Commit f922d42

Browse files
committed
Modify travis config file
1 parent 71d9a72 commit f922d42

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.travis.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
language: javascript
1+
language: node_js
2+
node_js:
3+
- '12'
4+
- '10'
5+
- '8'
6+
os:
7+
- windows
8+
- linux
9+
- osx
10+
11+
sudo: false

0 commit comments

Comments
 (0)