Skip to content

Commit

Permalink
keep build speed
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Apr 3, 2018
1 parent 7f64232 commit 6dd0dcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
env: NAME=publish # used only to make Travis UI show description
install: yarn install
script:
- node_modules/.bin/ember try:reset
- yarn build:production
- "./bin/publish-builds"

Expand All @@ -70,7 +71,7 @@ install:
- yarn install

script:
- node_modules/.bin/ember try:one $EMBER_TRY_SCENARIO
- node_modules/.bin/ember try:one $EMBER_TRY_SCENARIO --skip-cleanup

env:
global:
Expand Down

0 comments on commit 6dd0dcf

Please sign in to comment.