Skip to content
This repository was archived by the owner on Aug 19, 2019. It is now read-only.

Commit 6e86fe1

Browse files
author
deepsweet
committed
👾 tweak .travis.yml
1 parent 2d02440 commit 6e86fe1

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

.travis.yml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
1+
# https://docs.travis-ci.com/user/customizing-the-build/
2+
13
sudo: false
24

35
language: node_js
46

5-
# cache:
6-
# directories:
7-
# - node_modules
8-
97
node_js:
8+
- "0.12"
9+
- "4"
1010
- "5"
1111

1212
branches:
1313
only:
1414
- master
1515

16-
script: npm run travis
16+
matrix:
17+
fast_finish: true
18+
19+
before_install:
20+
- npm install -g npm
21+
- npm --version
22+
23+
script: npm start ci

0 commit comments

Comments
 (0)