This website works better with JavaScript
Home
Explore
Help
Register
Sign In
coolbeer
/
cryptomator
mirror of
https://github.com/cryptomator/cryptomator.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Create .travis.yml
Sebastian Stenzel
10 years ago
parent
527a8825cb
commit
ab45c222a3
1 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
4
0
.travis.yml
+ 4
- 0
.travis.yml
View File
@@ -0,0 +1,4 @@
+language: java
+jdk:
+ - oraclejdk8
+script: mvn -fmain/pom.xml clean package