Skip to content

Commit

Permalink
Update to Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Woods committed May 18, 2015
1 parent 3deb4d6 commit 22cf71f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: java
jdk:
- oraclejdk7
- oraclejdk8
before_install:
- "echo $JAVA_OPTS"
- "export JAVA_OPTS=-Xmx512m"
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -172,8 +172,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.2</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 22cf71f

Please sign in to comment.