Procházet zdrojové kódy

Change travis.ci to use make test for test

pull/1/head
10sr před 9 roky
rodič
revize
c227c27b2c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml Zobrazit soubor

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

Načítá se…
Zrušit
Uložit