Skip to content

Commit

Permalink
Disable Heroku test-package stage
Browse files Browse the repository at this point in the history
Travis builds are timing out due to [timeout limits](https://docs.travis-ci.com/user/customizing-the-build/#build-timeouts)
Disable tests against Heroku until we can speed them up, parallelise them, or split them into separate jobs.
  • Loading branch information
crswty authored Nov 4, 2019
1 parent e906cc8 commit 6c20598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ before_deploy:
- openssl aes-256-cbc -K $encrypted_5e88d222d606_key -iv $encrypted_5e88d222d606_iv -in .heroku-netrc.enc -out .heroku-netrc -d
- cat .heroku-netrc >> $HOME/.netrc
- cf login -a $CF_ENDPOINT -u $CF_USERNAME -p $CF_PASSWORD
- ./test-package.sh --skip-package
- ./test-package.sh --skip-package --skip-heroku
- docker run -v $TRAVIS_BUILD_DIR/deployment/helm/:/helm -w /helm --entrypoint /helm/build.sh alpine/helm:3.0.0-beta.5 $TRAVIS_TAG

deploy:
Expand Down

0 comments on commit 6c20598

Please sign in to comment.