Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
sudo: false
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
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version: "{build}"
# what combinations to test
environment:
matrix:
- nodejs_version: 0.10
- nodejs_version: 4

# Get the stable version of node
install:
Expand Down