Skip to content

Commit dc77c67

Browse files
committed
Travis & Yarn
1 parent 2e100ef commit dc77c67

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.travis.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
11
language: node_js
22

33
node_js:
4-
- '5'
4+
- '6.10.3'
55

66
cache:
7+
yarn: true
78
directories:
8-
- node_modules
9-
10-
install:
11-
- npm install
12-
13-
before_script:
14-
- npm run build
9+
- "node_modules"
1510

1611
script:
17-
- npm test -- --runInBand
12+
- yarn test -- --runInBand
1813

1914
after_success:
2015
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)