Skip to content

Commit d5eee81

Browse files
authored
Add .travis.yml for CI
1 parent 8eb22a5 commit d5eee81

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.travis.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
language: node_js
3+
dist: trusty
4+
node_js:
5+
- 6
6+
- 8
7+
script:
8+
- node --version
9+
- yarn --version
10+
- yarn run danger run -- --verbose
11+
- yarn run flow
12+
- yarn run lint && yarn run typescript && yarn run tslint && yarn run test
13+
notifications:
14+
email:
15+
on_failure: change
16+
cache:
17+
yarn: true
18+
bundler: true
19+
directories:
20+
- node_modules

0 commit comments

Comments
 (0)