Skip to content

Commit

Permalink
fix: cut npm release only after ember-try cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north committed Sep 2, 2018
1 parent ce539bf commit d8e261e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,6 +1,6 @@
language: node_js
node_js:
- stable
- 10

sudo: required
dist: trusty
Expand Down Expand Up @@ -45,7 +45,7 @@ script:
- yarn lint:js
# 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
- node_modules/.bin/ember try:one $EMBER_TRY_SCENARIO

after_success:
- nvm install 10
Expand Down

0 comments on commit d8e261e

Please sign in to comment.