Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
Simplify travis config (#3)
Browse files Browse the repository at this point in the history
* Simplify travis config

* Add cache settings to travis config.

* Add node 7 to travis config
  • Loading branch information
mischah committed Nov 21, 2016
1 parent 30e9818 commit 745131a
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .travis.yml
@@ -1,13 +1,10 @@
language: node_js
node_js:
- '7'
- '6'
- '5'
- '4'
before_install:
- npm install yarn -g
install:
- yarn install
script:
- yarn test
- yarn run coveralls

cache:
yarn: true
directories:
- node_modules

0 comments on commit 745131a

Please sign in to comment.