Skip to content

Commit 52ab0af

Browse files
author
Dipu Raj
committed
Travis update
1 parent 429085b commit 52ab0af

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

.travis.yml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,25 @@ php:
66
- 5.4
77
- 5.5
88
- 5.6
9+
- hhvm
910

1011
env:
11-
- DB=mysql
12+
- DB=mysql
13+
14+
before_script:
15+
- composer self-update
16+
- composer install --prefer-source --no-interaction --dev
17+
18+
script: phpunit
19+
20+
# allow_failures: Allow this build to fail under the specified environments.
21+
# fast_finish: If your build fails do not continue trying to build, just stop.
22+
matrix:
23+
allow_failures:
24+
- php: 5.6
25+
- php: hhvm
26+
fast_finish: true
27+
28+
notifications:
29+
on_success: never
30+
on_failure: never

0 commit comments

Comments
 (0)