Skip to content

Commit e11b1e8

Browse files
committed
First attempt to travisify the repo
1 parent 571c011 commit e11b1e8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: java
2+
jdk: oraclejdk8
3+
branches:
4+
only:
5+
- master
6+
- "/.*-[0-9]+\\..*/"
7+
install: true

0 commit comments

Comments
 (0)