Skip to content

Commit

Permalink
Merge pull request #54 from jserv/ci-coverage
Browse files Browse the repository at this point in the history
Ensure CI always validate builtin test cases
  • Loading branch information
jserv committed Aug 2, 2018
2 parents f94b36f + 6abb47b commit 0954694
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
language: c

compiler:
- clang
- gcc

before_install:
- sudo apt-get install -y build-essential
- sudo apt-get install -y python3-pip
- sudo apt-get install -y python3-cffi
- sudo pip3 install --upgrade pip setuptools
- sudo pip3 install --ignore-installed pyota

script:
- make
- make check

0 comments on commit 0954694

Please sign in to comment.