make check instead of make test.

This commit is contained in:
William Hart 2015-10-03 12:58:24 +00:00
parent eb052aa27b
commit 77c5a355a4

View File

@ -2,4 +2,6 @@ language: c
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq texinfo
script:
- ./configure && make && make check