Skip to content

Commit

Permalink
update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
max_einstein committed Mar 26, 2019
1 parent c93571c commit f0098a7
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 267 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
@@ -1,18 +1,14 @@
# system setup
sudo: required
dist: trusty

# language setup
language: node_js
node_js:
- "6"
- '10'

# setup yarn
cache:
yarn: true
yarn: npm
directories:
- node_modules

# command to run tests
script:
- npm run test:coverage:report

0 comments on commit f0098a7

Please sign in to comment.