Skip to content

Commit

Permalink
Simplify travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed Aug 1, 2017
1 parent c7fd309 commit faeb390
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
language: node_js
cache:
yarn: false
node_js:
- '8'
before_script:
- yarn cache clean
script:
- yarn build && yarn test -- --runInBand --no-cache --coverage
- yarn test -- --runInBand --no-cache --coverage

0 comments on commit faeb390

Please sign in to comment.