Skip to content

Commit

Permalink
Fix .travis.yml assertions
Browse files Browse the repository at this point in the history
The underlying blueprint was updated in the `beta` branch to use
`xenial` instead of `trusty`, then those changes were merged into
`master` branch. However, `master` branch had made some small changes to
these tests as well (adding a test for `ember new` without special
flags) that needed fixing also.
  • Loading branch information
rwjblue committed Jun 1, 2020
1 parent 3e07750 commit 9fbf312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixtures/app/defaults/.travis.yml
Expand Up @@ -3,7 +3,7 @@ language: node_js
node_js:
- "10"

dist: trusty
dist: xenial

addons:
chrome: stable
Expand Down

0 comments on commit 9fbf312

Please sign in to comment.