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

Commit 745131a

Browse files
authored
Simplify travis config (#3)
* Simplify travis config * Add cache settings to travis config. * Add node 7 to travis config
1 parent 30e9818 commit 745131a

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.travis.yml

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
language: node_js
22
node_js:
3+
- '7'
34
- '6'
45
- '5'
56
- '4'
6-
before_install:
7-
- npm install yarn -g
8-
install:
9-
- yarn install
10-
script:
11-
- yarn test
12-
- yarn run coveralls
13-
7+
cache:
8+
yarn: true
9+
directories:
10+
- node_modules

0 commit comments

Comments
 (0)