Skip to content

Commit 2a66abb

Browse files
authored
Create .travis.yml
1 parent 7e24f79 commit 2a66abb

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.travis.yml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
sudo: false
2+
3+
language: node_js
4+
5+
node_js:
6+
- 8
7+
8+
cache:
9+
directories:
10+
- node_modules
11+
12+
install:
13+
- yarn install
14+
15+
script:
16+
- yarn test
17+
18+
notifications:
19+
email:
20+
on_success: never
21+
on_failure: change

0 commit comments

Comments
 (0)