Skip to content

Commit

Permalink
[BUGFIX partner-tests] fix directory resolution (#6064)
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired authored Apr 27, 2019
1 parent 6b8f7a5 commit 678f3c9
Show file tree
Hide file tree
Showing 9 changed files with 503 additions and 337 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ module.exports = {
files: [
'.eslintrc.js',
'.prettierrc.js',
'bin/*.js',
'packages/-build-infra/src/**/*.js',
'packages/*/ember-cli-build.js',
'packages/*/index.js',
Expand Down
Empty file removed .tmp
Empty file.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ before_install:

install:
- yarn install
- node ./bin/packages-for-commit.js

script:
- yarn test:try-one $EMBER_TRY_SCENARIO --skip-cleanup
Loading

0 comments on commit 678f3c9

Please sign in to comment.