Browse Source

Merge pull request #293 from jprichardson/travis

Update CI configs
ci/travis-osximage
JP Richardson 8 years ago
committed by GitHub
parent
commit
abfe0befaa
  1. 4
      .travis.yml
  2. 3
      appveyor.yml

4
.travis.yml

@ -1,15 +1,15 @@
sudo: false
language: node_js
node_js:
- "0.10"
- "0.12"
- "io.js"
- "4"
- "5"
- "6"
- "7"
matrix:
include:
- node_js: "4"
- node_js: "7"
env: TEST_SUITE=lint
env:
- TEST_SUITE=unit

3
appveyor.yml

@ -2,10 +2,9 @@
environment:
matrix:
# node.js
- nodejs_version: "0.10"
- nodejs_version: "0.12"
- nodejs_version: "4"
- nodejs_version: "5"
- nodejs_version: "6"
# Install scripts. (runs after repo cloning)
install:

Loading…
Cancel
Save