Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d7c66d7

Browse files
authored
Update .travis.yml
1 parent 7c46012 commit d7c66d7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: php
2+
23
php:
34
- 5.5
45
- 5.6
@@ -7,6 +8,11 @@ php:
78

89
sudo: false
910

11+
addons:
12+
apt:
13+
packages:
14+
- libssl1.0.0
15+
1016
env:
1117
global:
1218
- SIMPLETEST_DB=sqlite://tmp/site.sqlite

0 commit comments

Comments
 (0)