Create .travis.yml

This commit is contained in:
serhack 2017-08-15 14:34:26 +02:00 committed by GitHub
parent 5bee1e14b0
commit f7cc43ead6
1 changed files with 12 additions and 0 deletions

12
.travis.yml Normal file
View File

@ -0,0 +1,12 @@
# .travis.yml
language: php
sudo: false
php:
- 7.0
- 7.1
script:
- echo 'Everything Works. '