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
add jpe extension as IMAGETYPE_JPEG
[kohana-image.git]
/
.travis.yml
blob
1313e377c30db6771a26474a669469c297b85722
1
language: php
2
3
php:
4
- 5.3
5
- 5.4
6
- 5.5
7
- 5.6
8
- hhvm
9
10
before_script:
11
- composer install --prefer-dist
12
- vendor/bin/koharness
13
14
script:
15
- cd /tmp/koharness && ./vendor/bin/phpunit --bootstrap=modules/unittest/bootstrap.php modules/unittest/tests.php
16
17
notifications:
18
email: false