diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..dc09f01 --- /dev/null +++ b/.travis.yml @@ -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