mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 15:36:21 -04:00
Add travis ci
This commit is contained in:
parent
dead6873db
commit
7aa7bcf740
4
.travis.yml
Normal file
4
.travis.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
os:
|
||||
- linux
|
||||
- osx
|
||||
script: ./check_integrity.sh $(find bin | cut -b 5- | xargs)
|
||||
Loading…
Reference in a new issue