dashboard
repositories
filestore
activity
search
login
main
/
claris-sg
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
First
taron133
2020-10-26
aa8d874c8a3287d41d26566ae32b6ed8d4557ff9
[claris-sg.git]
/
core
/
php
/
vendor
/
ralouphie
/
getallheaders
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
before_script:
- composer install
script:
- mkdir -p build/logs
- php vendor/bin/phpunit -c phpunit.xml
after_script:
- php vendor/bin/coveralls -v