Trying to do a better job at running C tests on travis.

pull/843/head
Nicolas "Pixel" Noble 10 years ago
parent 9f1baf7660
commit 10d20a3ec8
  1. 2
      .travis.yml

@ -1,4 +1,4 @@
language: cpp
script: make static_c
script: ./tools/run_tests/run_tests.py -lc
notifications:
email: false

Loading…
Cancel
Save