1
0
Fork 0
mirror of synced 2024-06-13 16:24:47 +12:00

Added travis ci configuration

This commit is contained in:
eldadfux 2019-08-07 00:01:52 +03:00
parent 0bc46ca8e4
commit 6b9110a528

22
.travis.yml Normal file
View file

@ -0,0 +1,22 @@
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