Skip to content

Commit

Permalink
ci: collect coverage on node 10 only
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Dec 15, 2018
1 parent 8a1dd31 commit 292218a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Expand Up @@ -9,16 +9,14 @@ cache:
yarn: true
directories:
- "node_modules"
before_script:
- yarn global add if-node-version
script:
- yarn build
- yarn coveralls
- if-node-version 10 || { yarn test && travis_terminate 0; }

# types are only tested in node 10
- yarn global add if-node-version
- if-node-version "10" || travis_terminate 0
- yarn coveralls
- yarn test:flow

# typescript@2.8.1
- yarn test:dts

# typescript@latest
Expand Down

0 comments on commit 292218a

Please sign in to comment.