Skip to content

Commit

Permalink
Merge pull request #6 from Automattic/feature/travis-init
Browse files Browse the repository at this point in the history
Simple Travis config that only runs yarn install and flow
  • Loading branch information
hypest authored Mar 16, 2018
2 parents 28c55ff + 2b99624 commit a9679c9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
matrix:
include:
- language: node_js
node_js: 8
env: LANE='node'
cache:
yarn: true
script:
- yarn install
- npm run flow

0 comments on commit a9679c9

Please sign in to comment.