This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
coolbeer
/
cryptomator
espejo de
https://github.com/cryptomator/cryptomator.git
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Create .travis.yml
Sebastian Stenzel
hace 10 años
padre
527a8825cb
commit
ab45c222a3
Se han
modificado 1 ficheros
con
4 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
4
0
.travis.yml
+ 4
- 0
.travis.yml
Ver fichero
@@ -0,0 +1,4 @@
+language: java
+jdk:
+ - oraclejdk8
+script: mvn -fmain/pom.xml clean package