Add .travis support.

This commit is contained in:
Daniel Perez 2016-05-13 16:05:41 +09:00
parent 01f4b2bd2a
commit 34b72ef7e1

8
.travis.yml Normal file
View file

@ -0,0 +1,8 @@
language: c
script: asdf plugin-test python https://github.com/tuvistavie/asdf-python.git
before_script:
- git clone https://github.com/tuvistavie/asdf.git --branch plugin-test asdf
- . asdf/asdf.sh
os:
- linux
- osx