Skip to content

Commit

Permalink
Chore: tweak CI settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Aug 26, 2017
1 parent 5fcc2c6 commit 8c6debf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
@@ -1,10 +1,12 @@
sudo: false

language: node_js
node_js:
- "8"
- "4.0.0"
- "4"
- "6"
- "7"
- "8"

script:
- npm test
after_success:
Expand Down
21 changes: 12 additions & 9 deletions appveyor.yml
@@ -1,21 +1,24 @@
version: '{build}'
shallow_clone: true
matrix:
fast_finish: true

environment:
matrix:
- nodejs_version: '8'
- nodejs_version: '4.0.0'
- nodejs_version: '4'
- nodejs_version: '6'
- nodejs_version: '7'
- nodejs_version: '8'

install:
- ps: Install-Product node $env:nodejs_version
- set CI=true
- set AVA_APPVEYOR=true
- node --version
- npm --version
- npm install
matrix:
fast_finish: true

build: off
version: '{build}'
shallow_clone: true
clone_depth: 1

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

0 comments on commit 8c6debf

Please sign in to comment.