Skip to content

Commit 978ee73

Browse files
committed
Update Travis config
1 parent d3a578a commit 978ee73

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.travis.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1+
dist: trusty
12
language: node_js
2-
33
node_js:
44
- 7
55

6-
after_success: npm run test:coverage && npm run coveralls
6+
cache: yarn
7+
8+
script:
9+
- yarn --version
10+
- npm run flow
11+
- npm run lint
12+
- npm run test:coverage && npm run coveralls

0 commit comments

Comments
 (0)