Skip to content

Commit

Permalink
Move coverage tests back to Node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanduplessis committed Feb 22, 2019
1 parent bf550e9 commit b1d3f9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ jobs:

- env: NAME=NODE_10
node_js: 10

- env: NAME=NODE_11
node_js: 11
script:
- yarn test:cover
after_success:
- .travis/codecoverage.sh

- env: NAME=NODE_11
node_js: 11

- env: EMBER_CLI_ENABLE_ALL_EXPERIMENTS=true
- env: EMBER_CLI_PACKAGER=true
- env: EMBER_CLI_MODULE_UNIFICATION=true
Expand Down

0 comments on commit b1d3f9f

Please sign in to comment.