Skip to content

Commit c957d78

Browse files
committed
[travis] enable more platforms
Signed-off-by: Eric Wang <skygragon@gmail.com>
1 parent e3f108b commit c957d78

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
language: node_js
22
node_js:
3-
- stable
3+
- "node"
4+
os:
5+
- linux
6+
- osx
7+
- windows
48
install:
59
- npm install
10+
script:
11+
- npm test

0 commit comments

Comments
 (0)