Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
10sr
/
dotfiles-mirror
réplica de
https://github.com/10sr/dotfiles.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Change travis.ci to use make test for test
pull/1/head
10sr
hace 9 años
padre
2a58bef2c7
commit
c227c27b2c
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
.travis.yml
+ 1
- 1
.travis.yml
Ver fichero
@@ -1,6 +1,6 @@
language: shell
before_install:
- sudo apt-get install zsh
script:
./test/run.sh
script:
make test
notifications:
email: 8slashes+travis-ci@gmail.com
Escribir
Vista previa
Cargando…
Cancelar
Guardar