Skip to content

Commit

Permalink
build: Temporarily disable the website tests for Travis-CI
Browse files Browse the repository at this point in the history
There are some known broken links right now because this repository has
been updated ahead of some necessary changes in the terraform-website
repository. We'll need to wait until the end of the v0.12 release process
to re-enable this because the terraform-website repository is currently
set up for the v0.11 content and will continue to be until v0.12.0 final
is ready for release.
  • Loading branch information
apparentlymart committed Nov 19, 2018
1 parent c133de8 commit 1ff9a54
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 @@ -37,7 +37,8 @@ script:
- make test
- make e2etest
- GOOS=windows go build
- make website-test
# website-test is temporarily disabled while we get the website build back in shape after the v0.12 reorganization
#- make website-test

branches:
only:
Expand Down

0 comments on commit 1ff9a54

Please sign in to comment.