Skip to content

Commit c5e0cc3

Browse files
authored
Create .travis.yml
1 parent d78a1dd commit c5e0cc3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: node_js
2+
node_js:
3+
- 10
4+
5+
# Cache the 3rd-party packages. From https://blog.travis-ci.com/2016-11-21-travis-ci-now-supports-yarn
6+
cache:
7+
yarn: true
8+
9+
after_script:
10+
# Report coverage to codecov
11+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)