Add travis-ci support and better test build

This commit is contained in:
Paul Jimenez
2018-10-18 22:53:09 -04:00
parent c71c59bbac
commit e2be959731
2 changed files with 22 additions and 12 deletions

12
.travis.yml Normal file
View File

@@ -0,0 +1,12 @@
dist: trusty
language: c
compiler: gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-7
script:
- export CC=gcc-7
- make test