Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit da67a88

Browse files
shumkangas
authored andcommittedJun 9, 2016
Update travis.yml to node_js 4 from iojs-v2.3.4 (#1)
1 parent 453ab45 commit da67a88

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
 

‎.travis.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
language: node_js
22
node_js:
3-
- 'iojs-v2.3.4'
3+
- 4
44
before_install:
55
- npm install -g npm@3
66
- npm config set loglevel error
77
- npm config -g list -l
88
- npm --version
99
script: npm run-script ci
10-
cache:
11-
directories:
12-
- node_modules
10+
# Disable cache to force travis to use node_js ver 4
11+
#cache:
12+
# directories:
13+
# - node_modules
1314
# Post build notifications to the Integrations Flowdock
1415
notifications:
1516
flowdock: e3dc17bc8a2c1b3412abe3e5747f8291

0 commit comments

Comments
 (0)
This repository has been archived.