Skip to content

Commit

Permalink
Fix travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlplusb committed Jun 19, 2017
1 parent e5a9573 commit 9b2e2c2
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .travis.yml
@@ -1,16 +1,12 @@
sudo: false
language: node_js
cache:
yarn: true
directories:
- node_modules
node_js:
- '6'
- '8'
script:
# Unfortunately flow falls over when a dep exists in peer deps and others. :(
# @see https://github.com/flowtype/flow-typed/issues/528
#- yarn run flow:defs
- yarn run check
- npm run check
after_success:
# Deploy code coverage report to codecov.io
- yarn run test:coverage:deploy
- npm run test:coverage:deploy

0 comments on commit 9b2e2c2

Please sign in to comment.