We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c99e4 commit 7bd8458Copy full SHA for 7bd8458
.travis.yml
@@ -1,27 +1,21 @@
1
+---
2
+sudo: false
3
language: node_js
4
+cache: yarn
5
+
6
node_js:
7
+- '7'
8
- '6'
-- '5'
9
- '4'
-cache:
- directories:
- - node_modules
-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
17
script:
18
-- npm run lint
19
-- npm run build
20
-- npm run cover
+- yarn run lint
+- yarn run build
+- yarn run cover
21
after_script:
22
- codeclimate-test-reporter < coverage/lcov.info
23
-matrix:
24
- fast_finish: true
25
addons:
26
code_climate:
27
repo_token:
0 commit comments