Add travis ci

This commit is contained in:
spacewander 2016-11-12 14:59:29 +08:00
parent dead6873db
commit 7aa7bcf740

4
.travis.yml Normal file
View file

@ -0,0 +1,4 @@
os:
- linux
- osx
script: ./check_integrity.sh $(find bin | cut -b 5- | xargs)