Skip to content

Commit

Permalink
Deactivate broken site build (again)
Browse files Browse the repository at this point in the history
`TriggerSiteBuild` is currently not working, but that should not stop the entire build.

Issue: junit-pioneer/junit-pioneer.github.io#5
PR: #235
  • Loading branch information
Simon Schrottner committed Apr 24, 2020
1 parent bb024dc commit 3f3f9fe
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,12 @@ deploy:
file: "./build/libs/junit-pioneer-*.jar"
on:
tags: true
- provider: script
skip_cleanup:
script: ./gradlew triggerSiteBuild -P travisApiToken=$TRAVIS_API_TOKEN --stacktrace
on:
branch: master
# Commenting this out so our travis build is happy
# - provider: script
# skip_cleanup:
# script: ./gradlew triggerSiteBuild -P travisApiToken=$TRAVIS_API_TOKEN --stacktrace
# on:
# branch: master

env:
global:
Expand Down

0 comments on commit 3f3f9fe

Please sign in to comment.