tcltest: do a better job of cleanup up after tests
[jimtcl.git] / .travis.yml
bloba3e1dbcc72e17516099f268c478d147c37fa76ab
1 language: c
2 sudo: false
3 addons:
4   apt:
5     packages:
6       - libsqlite3-dev
7 before_script:
8   - ./configure --full --with-ext="sqlite3 zlib" --disable-docs
9 script:
10   - make test