Skip to content

Commit

Permalink
Removing sitebuild as it is broken anyways.
Browse files Browse the repository at this point in the history
Our TriggerSiteBuild is not working as stated in 

Issue: junit-pioneer/junit-pioneer.github.io#5
  • Loading branch information
Simon Schrottner committed Apr 22, 2020
1 parent 3098dcb commit a87c659
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 a87c659

Please sign in to comment.