Skip to content

Commit

Permalink
travis config updated;
Browse files Browse the repository at this point in the history
  • Loading branch information
xobotyi committed Oct 15, 2018
1 parent 2e9785a commit 003ccbf
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
language: node_js
node_js:
- "10"

sudo: true
dist: trusty
addons:
chrome: stable

language: node_js

node_js:
- 10

matrix:
fast_finish: true

cache:
timeout: 1000
directories:
- node_modules
- "node_modules"

script:
- npm run test:coverage
Expand Down

0 comments on commit 003ccbf

Please sign in to comment.