mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-03-22 13:10:41 +08:00
adding support for Travis CI
This commit is contained in:
parent
1625aac798
commit
67133ec090
8
.travis.yml
Normal file
8
.travis.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
language: php
|
||||
sudo: false
|
||||
php:
|
||||
- 5.5
|
||||
- 5.6
|
||||
- 7.0
|
||||
script:
|
||||
- cd tst && phpunit
|
Loading…
Reference in New Issue
Block a user