Skip to content

Commit

Permalink
speeding up build
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Nov 29, 2018
1 parent 313b8e3 commit 887958b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: node_js
node_js:
# we recommend testing addons with the same minimum supported node version as Ember CLI
# so that your addon works for all apps
- "6"
- "8"

sudo: false
dist: trusty
Expand Down Expand Up @@ -41,7 +41,6 @@ matrix:

before_install:
- npm config set spin false
- npm install -g npm@4
- npm --version

script:
Expand Down

0 comments on commit 887958b

Please sign in to comment.