Skip to content

Commit

Permalink
Merge pull request #1690 from XhmikosR/xmr-ci
Browse files Browse the repository at this point in the history
CI tweaks
  • Loading branch information
shakyShane committed Jun 7, 2019
2 parents 841ccd5 + 51792b1 commit 2fd598f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,8 +1,8 @@
sudo: false
git:
depth: 2
language: node_js
node_js:
- "12"
- "10"
- "8"
- "6"
Expand Down
12 changes: 7 additions & 5 deletions appveyor.yml
Expand Up @@ -2,15 +2,17 @@ init: git config --global core.autocrlf input

shallow_clone: true

version: '1.0.{build}'
version: "1.0.{build}"

skip_tags: true

environment:
matrix:
- nodejs_version: '8'
- nodejs_version: '6'
- nodejs_version: '4'
- nodejs_version: "12"
- nodejs_version: "10"
- nodejs_version: "8"
- nodejs_version: "6"
- nodejs_version: "4"

install:
- ps: Install-Product node $env:nodejs_version
Expand All @@ -20,4 +22,4 @@ test_script: npm test

build: off

cache: node_modules -> package.json
cache: 'node_modules -> appveyor.yml,package.json,package-lock.json'

0 comments on commit 2fd598f

Please sign in to comment.