Added .travis.yml for testing on travis.

This commit is contained in:
Jan Böhmer 2019-03-27 13:28:45 +01:00
parent 943d235b8b
commit 5f39336ae1

8
.travis.yml Normal file
View file

@ -0,0 +1,8 @@
language: php
# Test for all supported PHP versions
php:
- '7.1'
- '7.2'
- '7.3'
- nightly