repo.or.cz
/
kohana-image.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PHP7 support
[kohana-image.git]
/
.travis.yml
blob
9cc1da2f63f11bbbb96f6912254608b4bec2fbf2
1
language: php
2
3
php:
4
- 5.3
5
- 5.4
6
- 5.5
7
- 5.6
8
- 7.0
9
- hhvm
10
11
before_script:
12
- composer install --prefer-dist
13
- vendor/bin/koharness
14
15
script:
16
- cd /tmp/koharness && ./vendor/bin/phpunit --bootstrap=modules/unittest/bootstrap.php modules/unittest/tests.php
17
18
notifications:
19
email: false