This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
coolbeer
/
cryptomator
mirror de
https://github.com/cryptomator/cryptomator.git
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Ver código fonte
Create .travis.yml
Sebastian Stenzel
10 anos atrás
pai
527a8825cb
commit
ab45c222a3
1 arquivos alterados
com
4 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do Diff
4
0
.travis.yml
+ 4
- 0
.travis.yml
Ver arquivo
@@ -0,0 +1,4 @@
+language: java
+jdk:
+ - oraclejdk8
+script: mvn -fmain/pom.xml clean package