Skip to content

Commit

Permalink
revert travis build to not include cadc-vodml (java 8 only)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdowler committed Jan 18, 2017
1 parent 7927ead commit 0ab2336
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 @@ -2,5 +2,5 @@ language: java
jdk:
- openjdk7
- oraclejdk8
script: for mod in cadc-util cadc-log cadc-test-servlet cadc-vodml; do cd $mod; gradle --info build javadoc install || break -1; cd ..; done
script: for mod in cadc-util cadc-log cadc-test-servlet; do cd $mod; gradle --info build javadoc install || break -1; cd ..; done

0 comments on commit 0ab2336

Please sign in to comment.