Add .travis support.
This commit is contained in:
parent
01f4b2bd2a
commit
34b72ef7e1
1 changed files with 8 additions and 0 deletions
8
.travis.yml
Normal file
8
.travis.yml
Normal 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
|
Loading…
Reference in a new issue