Skip to content

Commit 378e5b4

Browse files
committed
updated
1 parent 9544ad3 commit 378e5b4

2 files changed

Lines changed: 3 additions & 13 deletions

File tree

.travis.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,9 @@ env:
66
global:
77
- DOCKER_COMPOSE_VERSION=1.25.1
88
matrix:
9-
- HHVM_VERSION=4.35.0
10-
- HHVM_VERSION=4.36.0
11-
- HHVM_VERSION=4.38.0
12-
- HHVM_VERSION=4.39.0
13-
- HHVM_VERSION=4.40.0
14-
- HHVM_VERSION=4.41.0
15-
- HHVM_VERSION=4.42.0
16-
- HHVM_VERSION=4.43.0
17-
- HHVM_VERSION=4.44.0
9+
- HHVM_VERSION=4.58.1
10+
- HHVM_VERSION=4.59.0
11+
- HHVM_VERSION=4.60.0
1812
- HHVM_VERSION=latest
1913
before_install:
2014
- sudo rm /usr/local/bin/docker-compose

docker-compose.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ services:
1010
command: hhvm --mode server -vServer.AllowRunAsRoot=1
1111
restart: always
1212
tty: true
13-
redis:
14-
image: redis:4-alpine3.8
15-
ports:
16-
- "6379:6379"
1713
memcached:
1814
image: memcached:latest
1915
ports:

0 commit comments

Comments
 (0)