Skip to content

Commit

Permalink
Merge pull request #204 from desktop/bump-for-node-10
Browse files Browse the repository at this point in the history
drop testing against Node 9, start testing against Node 10
  • Loading branch information
shiftkey authored Aug 13, 2018
2 parents d999c93 + c571921 commit 97cf270
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ notifications:
on_success: never
on_failure: change

env:
DUGITE_CACHE_DIR=$HOME/.dugite/
env: DUGITE_CACHE_DIR=$HOME/.dugite/

os:
- linux
Expand All @@ -16,8 +15,8 @@ branches:

language: node_js
node_js:
- "8"
- "9"
- '8'
- '10'

cache:
timeout: 600
Expand Down
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ platform:

environment:
matrix:
- nodejs_version: "8"
- nodejs_version: "9"
- nodejs_version: '8'
- nodejs_version: '10'
DUGITE_CACHE_DIR: '%USERPROFILE%\.dugite\'

cache:
Expand All @@ -19,7 +19,7 @@ branches:

skip_tags: true

version: "{build}"
version: '{build}'

install:
- ps: Install-Product node $env:nodejs_version $env:platform
Expand Down

0 comments on commit 97cf270

Please sign in to comment.