From 161afad60d79a3a734159c8b280e24cb90cb15e8 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Mon, 13 Aug 2018 10:41:13 -0300 Subject: [PATCH 1/2] prettier the YAML files --- .travis.yml | 7 +++---- appveyor.yml | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index ab82508b..454190bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 @@ -16,8 +15,8 @@ branches: language: node_js node_js: - - "8" - - "9" + - '8' + - '9' cache: timeout: 600 diff --git a/appveyor.yml b/appveyor.yml index e3884a70..5d206128 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,8 +5,8 @@ platform: environment: matrix: - - nodejs_version: "8" - - nodejs_version: "9" + - nodejs_version: '8' + - nodejs_version: '9' DUGITE_CACHE_DIR: '%USERPROFILE%\.dugite\' cache: @@ -19,7 +19,7 @@ branches: skip_tags: true -version: "{build}" +version: '{build}' install: - ps: Install-Product node $env:nodejs_version $env:platform From c5719218d67045908dbb8ce6bf9f2b301ad1dd8b Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Mon, 13 Aug 2018 10:41:43 -0300 Subject: [PATCH 2/2] skip node 9 and test against node 10 --- .travis.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 454190bc..9bb41d90 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ branches: language: node_js node_js: - '8' - - '9' + - '10' cache: timeout: 600 diff --git a/appveyor.yml b/appveyor.yml index 5d206128..d6c1345e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,7 +6,7 @@ platform: environment: matrix: - nodejs_version: '8' - - nodejs_version: '9' + - nodejs_version: '10' DUGITE_CACHE_DIR: '%USERPROFILE%\.dugite\' cache: