summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2016-05-16 19:40:22 -0700
committerJohn Hawthorn <john.hawthorn@gmail.com>2016-05-16 19:40:44 -0700
commit26838bc417ba48f51d18c093a874d374764903c1 (patch)
tree843726f4a5ade78b6d7562b1c190e22098fd35f9 /.travis.yml
parentfa85f4ddeb8346139b7571b554d3dfbb749c27b0 (diff)
Use make check instead of make test on CI
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index be6fe1f..c0b3c35 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,5 @@
language: c
-script: make && make test
+script: make && make check
compiler:
- clang
- gcc