raspap-webgui/.travis.yml

24 lines
344 B
YAML
Raw Permalink 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'
2020-04-25 02:01:41 +02:00
- php: '7.3'
- php: '7.4'
2020-02-14 23:37:25 +01:00
- 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