diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..91d797c --- /dev/null +++ b/.travis.yml @@ -0,0 +1,8 @@ +language: c +script: asdf plugin-test php https://github.com/odarriba/asdf-php.git +before_script: + - git clone https://github.com/asdf-vm/asdf.git + - . asdf/asdf.sh +os: + - linux + - osx