X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Finstaclick%2Fphp-webdriver%2F.travis.yml;fp=vendor%2Finstaclick%2Fphp-webdriver%2F.travis.yml;h=0000000000000000000000000000000000000000;hp=941a80a7360f38048603c04893753dd2688e4c0b;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/vendor/instaclick/php-webdriver/.travis.yml b/vendor/instaclick/php-webdriver/.travis.yml deleted file mode 100644 index 941a80a73..000000000 --- a/vendor/instaclick/php-webdriver/.travis.yml +++ /dev/null @@ -1,32 +0,0 @@ -dist: trusty - -language: php - -php: - # - 5.3 - - 5.4 - - 5.5 - - 5.6 - - 7.0 - - 7.1 - - hhvm - -#before_install: -# # This update is mandatory or the 'apt-get install' calls following will fail -# - sudo apt-get update -qq -# - sudo apt-get install -y apache2 libapache2-mod-fastcgi -# # start the xvfb display needed for firefox -# - export DISPLAY=:99.0 -# - sh -e /etc/init.d/xvfb start -# - sh ./test/CI/Travis/setup_selenium.sh -# - sh ./test/CI/Travis/setup_apache.sh - -before_script: - - composer install --no-interaction - -script: - - mkdir -p build/logs - - vendor/bin/phpunit --coverage-clover build/logs/clover.xml --group Unit - -after_script: - - vendor/bin/coveralls