Skip to content

Commit

Permalink
Build: Update CI environments
Browse files Browse the repository at this point in the history
  • Loading branch information
heikki authored and phated committed Dec 21, 2017
1 parent 29c851f commit 899e03a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
sudo: false
language: node_js
node_js:
- "iojs"
- "0.12"
- "0.10"
- "0.11"
after_script:
- npm run coveralls
git:
Expand Down
23 changes: 12 additions & 11 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
# appveyor file
# http://www.appveyor.com/docs/appveyor-yml
# http://www.appveyor.com/docs/lang/nodejs-iojs

# branches to build
branches:
# whitelist
only:
- master

# build version format
version: "{build}"

# what combinations to test
environment:
matrix:
- nodejs_version: 0.10
# node.js
- nodejs_version: "0.10"
- nodejs_version: "0.12"
# io.js
- nodejs_version: "1"

# Get the stable version of node
install:
- ps: Install-Product node $env:nodejs_version
- npm install

build: off

test_script:
- node --version
- npm --version
- cmd: npm test
- npm test

build: off

# build version format
version: "{build}"

0 comments on commit 899e03a

Please sign in to comment.