Sfoglia il codice sorgente

Change travis.ci to use make test for test

pull/1/head
10sr 9 anni fa
parent
commit
c227c27b2c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml Vedi File

@@ -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

Caricamento…
Annulla
Salva