Compare commits

...

1 Commits

Author SHA1 Message Date
Tim Newsome 9f63082df7 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.
2017-07-03 14:41:41 -07:00
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