mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-04-19 21:58:08 -04:00
adding support for Travis CI
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
language: php
|
||||
sudo: false
|
||||
php:
|
||||
- 5.5
|
||||
- 5.6
|
||||
- 7.0
|
||||
script:
|
||||
- cd tst && phpunit
|
||||
Reference in New Issue
Block a user