raspap-webgui/.travis.yml

22 lines
310 B
YAML
Raw Normal View History

2020-02-14 23:37:25 +01:00
sudo: false
language: php
matrix:
fast_finish: true
include:
- php: '7.0'
- php: '7.1'
- php: '7.2'
- php: 'nightly'
allow_failures:
- php: nightly
before_script:
- composer install --prefer-source --quiet --no-interaction
2020-02-14 23:37:25 +01:00
# Run test script commands.
script:
- composer test