1
0
Fork 0
mirror of synced 2024-06-29 03:30:34 +12:00
appwrite/.travis.yml
2019-08-07 00:01:52 +03:00

22 lines
307 B
YAML

language: php
php:
- '7.0'
- '7.1'
- '7.2'
- '7.3'
- hhvm # on Trusty only
- nightly
addons:
hosts:
- appwrite.test
notifications:
email:
- eldad@appwrite.io
install:
- composer update --ignore-platform-reqs --optimize-autoloader --no-dev --no-plugins --no-scripts
script:
- php -v