Dummy travis config, so development isn't blocked.

Getting an actual build going isn't as trivial as it should be. This
should allow development to keep going until I've got that figured out.
This commit is contained in:
Tim Newsome 2017-07-03 14:41:41 -07:00
parent 321619946b
commit 9f63082df7
1 changed files with 12 additions and 0 deletions

12
.travis.yml Normal file
View File

@ -0,0 +1,12 @@
language: c
#addons:
# apt:
# sources:
# - ubuntu-toolchain-r-test
# packages:
# - automake-1.14
script:
- automake --version
# - ./bootstrap && ./configure && make