Skip to content

Commit 659cfe3

Browse files
committed
Test component in more environments
Both in different OS's and in different versions of Node.
1 parent 03bc5e5 commit 659cfe3

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.travis.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
language: node_js
22
sudo: false
3+
os:
4+
- linux
5+
- windows
36
node_js:
4-
- '4'
7+
- '4'
8+
- '5'
9+
- '6'
10+
- 'stable'
511
script:
6-
- npm run lint
7-
- npm run test:typings
8-
- npm run test
12+
- npm run lint
13+
- npm run test:typings
14+
- npm run test
915
before_install:
1016
- curl -o- -L https://yarnpkg.com/install.sh | bash
1117
- export PATH=$HOME/.yarn/bin:$PATH

0 commit comments

Comments
 (0)