Skip to content

Commit a9679c9

Browse files
authored
Merge pull request #6 from Automattic/feature/travis-init
Simple Travis config that only runs yarn install and flow
2 parents 28c55ff + 2b99624 commit a9679c9

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)