Skip to content

Commit

Permalink
trying to speed up travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
digijin committed Dec 25, 2017
1 parent 0de8d4c commit 01b2f3c
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
language: node_js
node_js:
- '7.6'
sudo: required
services:
- docker
- 'lts/*'
- 'node'
- '8'
- '7'
- '6'
cache:
yarn: true
directories:
- "node_modules"
addons:
chrome: stable
script:
Expand All @@ -14,7 +19,6 @@ script:
- yarn build:flow
- rm lib/*.spec.js
- rm lib/main*
before_deploy: "ls -la"
deploy:
skip_cleanup: true
provider: npm
Expand Down

0 comments on commit 01b2f3c

Please sign in to comment.