Skip to content

Commit

Permalink
BUILD: Updated travis config.
Browse files Browse the repository at this point in the history
Configuration was incorrectly set to Java 1.6.  Updated to Java 1.7
  • Loading branch information
DavePearce committed Apr 16, 2015
1 parent d7084f8 commit b5add1d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
language: java
script: ant


#
jdk:
- openjdk7

#
script:
ant build-all

0 comments on commit b5add1d

Please sign in to comment.