Explorar el Código

Change travis.ci to use make test for test

pull/1/head
10sr hace 9 años
padre
commit
c227c27b2c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +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

Cargando…
Cancelar
Guardar