Browse code

Use make check instead of make test on CI

John Hawthorn authored on 17/05/2016 02:40:22
Showing 1 changed files

... ...
@@ -1,5 +1,5 @@
1 1
 language: c
2
-script: make && make test
2
+script: make && make check
3 3
 compiler:
4 4
   - clang
5 5
   - gcc