Skip to content

Commit

Permalink
add npm 5 + lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden committed Dec 21, 2017
1 parent c6fb328 commit 61c617d
Show file tree
Hide file tree
Showing 3 changed files with 12,089 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ cache:
env:
global:
- BROWSERIFY_TESTS=true
- DEBUG=ember-try*
matrix:
# we recommend testing LTS's and latest stable release (bonus points to beta/canary)
- EMBER_TRY_SCENARIO=ember-lts-2.4
Expand All @@ -42,6 +43,8 @@ before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm config set spin false
- npm install -g npm@5
- npm --version

install:
- npm install
Expand Down
Loading

0 comments on commit 61c617d

Please sign in to comment.