Skip to content

Commit 7bd8458

Browse files
committed
Update travis
1 parent 34c99e4 commit 7bd8458

File tree

1 file changed

+11
-17
lines changed

1 file changed

+11
-17
lines changed

.travis.yml

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,21 @@
1+
---
2+
sudo: false
13
language: node_js
4+
cache: yarn
5+
26
node_js:
7+
- '7'
38
- '6'
4-
- '5'
59
- '4'
6-
cache:
7-
directories:
8-
- node_modules
9-
before_install:
10-
- npm install -g semver
11-
install:
12-
- npm install
13-
# Ensure babel-cli is installed after babel in node.js 0.12
14-
# It started happening for node4 as well. So installing this for all
15-
- npm install babel-cli@"^6.6.5"
16-
- npm install -g codeclimate-test-reporter
10+
1711
script:
18-
- npm run lint
19-
- npm run build
20-
- npm run cover
12+
- yarn run lint
13+
- yarn run build
14+
- yarn run cover
15+
2116
after_script:
2217
- codeclimate-test-reporter < coverage/lcov.info
23-
matrix:
24-
fast_finish: true
18+
2519
addons:
2620
code_climate:
2721
repo_token:

0 commit comments

Comments
 (0)