Skip to content

Commit

Permalink
travis work
Browse files Browse the repository at this point in the history
  • Loading branch information
erdtman committed Jun 14, 2018
1 parent 243ee08 commit 761abda
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ language: java
jdk: oraclejdk8
install: true
script:
- mvn clean install
- mvn test cobertura:cobertura
after_success:
- mvn coveralls:report
cache:
directories:
- $HOME/.m2
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,19 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.5.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<compilerVersion>1.8</compilerVersion>
<fork>true</fork>
</configuration>
</plugin>
<plugin>
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>4.3.0</version>
</plugin>
</plugins>
</build>
<version>1.0-SNAPSHOT</version>
Expand Down

0 comments on commit 761abda

Please sign in to comment.