From c75c451a4cb047984bcd9c80b8918fb2015bf661 Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <jkowalsk@student.agh.edu.pl> Date: Sat, 05 Sep 2015 23:40:16 +0000 Subject: [PATCH] Add Travis CI configuration file --- .travis.yml | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..b68709b --- /dev/null +++ b/.travis.yml @@ -0,0 +1,17 @@ +language: php +php: + - 5.4 + - 5.5 + - 5.6 + - 7.0 + - hhvm + - nightly + +sudo: required + +install: + - git clone https://github.com/jacekkow/uphpCAS-tests tests + - ./tests/install.sh + +script: + - ./tests/script.sh -- Gitblit v1.9.1