Add travis config file.

This commit is contained in:
Óscar de Arriba
2016-10-16 19:14:37 +02:00
parent 5018112331
commit 4ab5f60129

8
.travis.yml Normal file
View File

@@ -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