Skip to content

Commit

Permalink
Improve CI configs. (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored and bezoerb committed Aug 6, 2019
1 parent 94df821 commit 6c181e7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
13 changes: 9 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
sudo: false
language: node_js

git:
depth: 5

node_js:
- '12'
- '10'
- '8'
- "8"
- "10"
- "12"

cache: npm
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
version: '{build}'
version: "{build}"

shallow_clone: true

environment:
PLATFORM: x64
matrix:
- NODEJS_VERSION: '12'
- NODEJS_VERSION: '10'
- NODEJS_VERSION: '8'
- NODEJS_VERSION: "8"
- NODEJS_VERSION: "10"
- NODEJS_VERSION: "12"

install:
- ps: Install-Product node $env:NODEJS_VERSION $env:PLATFORM
Expand All @@ -24,4 +24,4 @@ matrix:
fast_finish: true

cache:
- 'node_modules -> appveyor.yml,package.json,package-lock.json'
- '%APPDATA%\npm-cache\ -> appveyor.yml,package.json,package-lock.json'

0 comments on commit 6c181e7

Please sign in to comment.