Create .travis.yml
This commit is contained in:
parent
5bee1e14b0
commit
f7cc43ead6
12
.travis.yml
Normal file
12
.travis.yml
Normal file
@ -0,0 +1,12 @@
|
||||
# .travis.yml
|
||||
|
||||
language: php
|
||||
|
||||
sudo: false
|
||||
|
||||
php:
|
||||
- 7.0
|
||||
- 7.1
|
||||
|
||||
script:
|
||||
- echo 'Everything Works. '
|
Loading…
Reference in New Issue
Block a user