Browse Source

Change travis.ci to use make test for test

pull/1/head
10sr 9 years ago
parent
commit
c227c27b2c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml View 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

Loading…
Cancel
Save