mirror of
https://git.wownero.com/wownero/wownerowp.git
synced 2024-08-15 01:03:16 +00:00
Create .travis.yml
This commit is contained in:
parent
5bee1e14b0
commit
f7cc43ead6
1 changed files with 12 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue