From 4ab5f601297adade410056303cf210a70e351767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20de=20Arriba?= Date: Sun, 16 Oct 2016 19:14:37 +0200 Subject: [PATCH] Add travis config file. --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .travis.yml 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