Skip to content

Commit

Permalink
generate all eclipse update sites before deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA authored and iloveeclipse committed Aug 16, 2017
1 parent f651e68 commit 72920d7
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 @@ -45,7 +45,7 @@ after_success:
- if [[ $JDK_FOR_TEST == "oraclejdk8" ]]; then ./gradlew coveralls; fi
# Coveralls task above deletes generated site data, so we should re-generate it
# to deploy the daily build on the update site, see "deploy" task below
- ./gradlew eclipsePlugin:generateP2MetadataDaily
- ./gradlew eclipsePlugin:eclipseSite

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
Expand Down

0 comments on commit 72920d7

Please sign in to comment.