Skip to content

Commit

Permalink
fix(ci): remove 'javadoc' from PR build (#538)
Browse files Browse the repository at this point in the history
The equivalent Travis CI build wasn't running it.
  • Loading branch information
ajordens committed Jan 13, 2020
1 parent 4dd258e commit d372f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: Build
env:
GRADLE_OPTS: -Xmx6g -Xms6g -Dorg.gradle.daemon=false
run: ./gradlew build javadoc
run: ./gradlew build

0 comments on commit d372f97

Please sign in to comment.