phpvms/.travis.yml

16 lines
210 B
YAML
Raw Normal View History

dist: trusty
2017-06-09 11:27:50 +08:00
language: php
php:
- '7.0'
- '7.1'
- hhvm
2017-06-09 11:50:22 +08:00
before_script:
- cp .env.travis .env
# - mysql -e 'create database phpvms_test;'
- composer self-update
- make build
script:
2017-06-09 12:00:30 +08:00
- make tests