Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 07a62e8

Browse files
committed
add mmts checks too
1 parent 2999495 commit 07a62e8

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
language: c
22
os:
33
- linux
4-
- osx
4+
#- osx
55
compiler:
6-
- gcc
6+
#- gcc
77
- clang
8-
script: ./configure && make -j 4 && make check
8+
before_script: ./configure --enable-tap-tests && make -j4
9+
env:
10+
- TESTDIR=.
11+
- TESTDIR=contrib/mmts
12+
script: cd $TESTDIR && make check
913

0 commit comments

Comments
 (0)