Skip to content

Commit 2b99624

Browse files
committed
Simple Travis config that only runs yarn install and npm flow
1 parent 83f4bad commit 2b99624

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
matrix:
2+
include:
3+
- language: node_js
4+
node_js: 8
5+
env: LANE='node'
6+
cache:
7+
yarn: true
8+
script:
9+
- yarn install
10+
- npm run flow

0 commit comments

Comments
 (0)