Use "make all check" for Travis

"make distcheck" requires TeX to be installed.  Let's not bother with
that.
This commit is contained in:
Magnus Henoch 2015-03-05 00:22:44 +00:00
parent 1f5bc9548e
commit fd80b92552
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@ script:
- emacs --version
- autoreconf -i
- ./configure
- make distcheck
- make all check