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
Migrate Travis from legacy to container-based infrastructure
[kohana-image.git]
/
.travis.yml
blob
3e6034a92e27f45ee39ab9e98cf7519034f14025
1
sudo: false
2
3
language: php
4
5
php:
6
- 5.3
7
- 5.4
8
- 5.5
9
- 5.6
10
- hhvm
11
12
before_script:
13
- composer install --prefer-dist
14
- vendor/bin/koharness
15
16
script:
17
- cd /tmp/koharness && ./vendor/bin/phpunit --bootstrap=modules/unittest/bootstrap.php modules/unittest/tests.php
18
19
notifications:
20
email: false