ソースを参照

Change travis.ci to use make test for test

pull/1/head
10sr 9年前
コミット
c227c27b2c
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml ファイルの表示

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

読み込み中…
キャンセル
保存