Security update for permissions_by_term
[yaffs-website] / vendor / instaclick / php-webdriver / .travis.yml
1 dist: trusty
2
3 language: php
4
5 php:
6   # - 5.3
7   - 5.4
8   - 5.5
9   - 5.6
10   - 7.0
11   - 7.1
12   - hhvm
13
14 #before_install:
15 #  # This update is mandatory or the 'apt-get install' calls following will fail
16 #  - sudo apt-get update -qq
17 #  - sudo apt-get install -y apache2 libapache2-mod-fastcgi
18 #  # start the xvfb display needed for firefox
19 #  - export DISPLAY=:99.0
20 #  - sh -e /etc/init.d/xvfb start
21 #  - sh ./test/CI/Travis/setup_selenium.sh
22 #  - sh ./test/CI/Travis/setup_apache.sh
23
24 before_script:
25   - composer install --no-interaction
26
27 script:
28   - mkdir -p build/logs
29   - vendor/bin/phpunit --coverage-clover build/logs/clover.xml --group Unit
30
31 after_script:
32   - vendor/bin/coveralls