Skip to content

Commit 849ed46

Browse files
authored
Create travis.yml
1 parent 9186292 commit 849ed46

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: node_js
2+
node_js:
3+
- "10"
4+
env:
5+
matrix:
6+
- REACT=16.4
7+
- REACT=16.5
8+
- REACT=16.6
9+
sudo: false
10+
script:
11+
- npm test
12+
after_success:
13+
- npm run coverage

0 commit comments

Comments
 (0)