Skip to content

Commit

Permalink
use yarn instead of npm
Browse files Browse the repository at this point in the history
  • Loading branch information
dmuneras committed Sep 18, 2017
1 parent f2bf540 commit 172d372
Show file tree
Hide file tree
Showing 5 changed files with 5,686 additions and 8,379 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ before_install:
- npm config set spin false
- npm install -g npm@4
- npm --version
- npm install -g yarn
- yarn install

script:
# Usually, it's ok to finish the test scenario without reverting
Expand Down
4 changes: 4 additions & 0 deletions .yarn-cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
cache:
yarn: true
directories:
- node_modules
1 change: 1 addition & 0 deletions config/ember-try.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/* eslint-env node */
module.exports = {
useYarn: true,
scenarios: [
{
name: 'ember-lts-2.8',
Expand Down
Loading

0 comments on commit 172d372

Please sign in to comment.