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

Commit

Permalink
Update travis.yml to node_js 4 from iojs-v2.3.4 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
shum authored and kangas committed Jun 9, 2016
1 parent 453ab45 commit da67a88
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
language: node_js
node_js:
- 'iojs-v2.3.4'
- 4
before_install:
- npm install -g npm@3
- npm config set loglevel error
- npm config -g list -l
- npm --version
script: npm run-script ci
cache:
directories:
- node_modules
# Disable cache to force travis to use node_js ver 4
#cache:
# directories:
# - node_modules
# Post build notifications to the Integrations Flowdock
notifications:
flowdock: e3dc17bc8a2c1b3412abe3e5747f8291

0 comments on commit da67a88

Please sign in to comment.