Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ytake committed Jun 11, 2020
1 parent 9544ad3 commit 378e5b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
12 changes: 3 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,9 @@ env:
global:
- DOCKER_COMPOSE_VERSION=1.25.1
matrix:
- HHVM_VERSION=4.35.0
- HHVM_VERSION=4.36.0
- HHVM_VERSION=4.38.0
- HHVM_VERSION=4.39.0
- HHVM_VERSION=4.40.0
- HHVM_VERSION=4.41.0
- HHVM_VERSION=4.42.0
- HHVM_VERSION=4.43.0
- HHVM_VERSION=4.44.0
- HHVM_VERSION=4.58.1
- HHVM_VERSION=4.59.0
- HHVM_VERSION=4.60.0
- HHVM_VERSION=latest
before_install:
- sudo rm /usr/local/bin/docker-compose
Expand Down
4 changes: 0 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ services:
command: hhvm --mode server -vServer.AllowRunAsRoot=1
restart: always
tty: true
redis:
image: redis:4-alpine3.8
ports:
- "6379:6379"
memcached:
image: memcached:latest
ports:
Expand Down

0 comments on commit 378e5b4

Please sign in to comment.