mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-08-03 13:04:00 +00:00
adding support for Travis CI
This commit is contained in:
parent
1625aac798
commit
67133ec090
1 changed files with 8 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue