Skip to content

Commit

Permalink
chode: aff yarn support and update eslint-config
Browse files Browse the repository at this point in the history
  • Loading branch information
saintsebastian committed Oct 14, 2019
1 parent 6f63609 commit bdc2735
Show file tree
Hide file tree
Showing 4 changed files with 262 additions and 441 deletions.
10 changes: 0 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,6 @@ jobs:
name: Run Tests
command: yarn test

test_lts_2_18:
<<: *defaults
steps:
- attach_workspace:
at: .
- run: echo 'export PATH=~/ember-slugify/node_modules/.bin:$PATH' >> $BASH_ENV
- run:
name: Run Tests Ember LTS 2.18
command: ember try:one ember-lts-2.18 --skip-cleanup=true

test_lts_3_4:
<<: *defaults
steps:
Expand Down
5 changes: 3 additions & 2 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const getChannelURL = require('ember-source-channel-url')

module.exports = async function() {
return {
useYarn: true,
scenarios: [
{
name: 'ember-lts-3.4',
Expand Down Expand Up @@ -69,5 +70,5 @@ module.exports = async function() {
}
}
]
};
};
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"ember-source": "~3.13.0",
"ember-source-channel-url": "^2.0.1",
"ember-try": "^1.2.1",
"eslint-config-peopledoc": "^1.5.0",
"eslint-config-peopledoc": "^1.7.2",
"loader.js": "^4.7.0",
"qunit-dom": "^0.9.0"
},
Expand Down
Loading

0 comments on commit bdc2735

Please sign in to comment.