Skip to content

Commit 4d506b6

Browse files
author
Edward Xiao
committed
no message
1 parent 30afd24 commit 4d506b6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
language: node_js
2+
node_js:
3+
- "10"
4+
before_script:
5+
- npm i
6+
script: npm run prepublish
7+
after_script: "cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js"
8+
env:
9+
- REACT=16
10+
notifications:
11+
email:
12+

0 commit comments

Comments
 (0)