Skip to content

Commit

Permalink
chore(ci): use yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
buschtoens committed Jun 4, 2019
1 parent 4ff60ab commit 923b0d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
- stage: 'Tests'
name: 'Tests'
script:
- npm run lint:hbs
- npm run lint:js
- npm test
- yarn lint:hbs
- yarn lint:js
- yarn test

# we recommend new addons test the current and previous LTS
# as well as latest stable release (bonus points to beta/canary)
Expand Down
1 change: 1 addition & 0 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = function() {
getChannelURL('canary')
]).then(urls => {
return {
useYarn: true,
scenarios: [
{
name: 'ember-lts-3.4',
Expand Down

0 comments on commit 923b0d2

Please sign in to comment.