Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
xg-wang committed Nov 28, 2018
1 parent dfd6e73 commit 8eb4035
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ install:

script:
- yarn lint:js
- yarn test:node
# For ember-cli-addon-tests #198
- npm run test:node
# Usually, it's ok to finish the test scenario without reverting
# to the addon's original dependency state, skipping "cleanup".
- node_modules/.bin/ember try:one $EMBER_TRY_SCENARIO --skip-cleanup
1 change: 1 addition & 0 deletions test/fastboot-build-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ describe('it builds with ember-cli-fastboot', function() {
.then(app =>
app.editPackageJSON(pkg => {
pkg.devDependencies['ember-cli-fastboot'] = '*';
pkg.devDependencies['ember-data'] = '3.5.0';
})
)
.then(() => app.run('npm', 'install'));
Expand Down
1 change: 1 addition & 0 deletions test/fastboot-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ describe('renders in fastboot build', function() {
.then(app =>
app.editPackageJSON(pkg => {
pkg.devDependencies['ember-cli-fastboot'] = '*';
pkg.devDependencies['ember-data'] = '3.5.0';
// These 2 are in ember-fetch's package.json, symlinking to dummy won't help resolve
pkg.devDependencies['abortcontroller-polyfill'] = '*';
pkg.devDependencies['node-fetch'] = '*';
Expand Down

0 comments on commit 8eb4035

Please sign in to comment.