Skip to content

Commit 3fe57f9

Browse files
committed
adding node 10 and force npm 6 or higher
1 parent 2b3301a commit 3fe57f9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: node_js
33
node_js:
44
- "6"
55
- "8"
6+
- "10"
67

78
branches:
89
only:
@@ -30,5 +31,6 @@ cache:
3031
yarn: false # switch to yarn once ember-cli-addon-tests is removed
3132

3233
before_install:
33-
- npm config set spin false
34-
- npm install -g npm@4
34+
35+
# TODO: remove when we stop testing against node 6
36+
- if [[ `npm -v` < 6* ]]; then npm i -g npm@6; fi

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2639,7 +2639,7 @@ ember-ajax@^3.1.0:
26392639

26402640
"ember-cli-addon-tests@github:kiwiupover/ember-cli-addon-tests#test-against-ember-data-release":
26412641
version "0.11.0"
2642-
resolved "https://codeload.github.com/kiwiupover/ember-cli-addon-tests/tar.gz/d8a352fcf73270ee132f19a7cec7e66095aea330"
2642+
resolved "https://codeload.github.com/kiwiupover/ember-cli-addon-tests/tar.gz/207d5154f0b662799424e103fc56e97ff7465795"
26432643
dependencies:
26442644
chalk "^2.0.1"
26452645
debug "^3.0.0"

0 commit comments

Comments
 (0)