1
0
Fork 0
mirror of synced 2024-06-02 10:54:44 +12:00
appwrite/.travis.yml

22 lines
307 B
YAML
Raw Normal View History

2019-08-07 09:01:52 +12:00
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