Skip to content

Commit

Permalink
Remove the npm3 requirement in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiupover committed Apr 6, 2019
1 parent 6495fef commit e690de9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ node_js:
- "10"

before_install:
- if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
- npm config set spin false
- if [[ `npm -v` != 6* ]]; then npm i -g npm@6; fi
- npm install -g bower
- bower --version
2 changes: 1 addition & 1 deletion lib/utilities/pristine.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function installPristineApp(appName, options) {
hasBowerComponents,
skipNpm,
emberVersion: options.emberVersion || 'canary',
emberDataVersion: options.emberDataVersion || '^3.6.0'
emberDataVersion: options.emberDataVersion || '^3.8.0'
};

promise = promise
Expand Down

0 comments on commit e690de9

Please sign in to comment.