Skip to content

Commit e719d9e

Browse files
authored
Merge pull request #1 from dagnir/add-travis
Add Travis config
2 parents 30c3112 + fcee32c commit e719d9e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: java
2+
jdk:
3+
- oraclejdk8
4+
sudo: true
5+
dist: precise
6+
install: /bin/true
7+
notifications:
8+
email:
9+
10+
script: mvn install

0 commit comments

Comments
 (0)