Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit 5926395

Browse files
committed
update travis config
1 parent a55d9af commit 5926395

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
set -ex
33
hhvm --version
44
echo hhvm.jit=0 >> /etc/hhvm/php.ini
5-
apt-get update -y
6-
apt-get install -y wget curl git
75
curl https://getcomposer.org/installer | hhvm --php -- /dev/stdin --install-dir=/usr/local/bin --filename=composer
86

97
cd /var/source

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ language: generic
33
services:
44
- docker
55
env:
6-
- HHVM_VERSION=3.15-lts-latest
76
- HHVM_VERSION=3.18-lts-latest
7+
- HHVM_VERSION=3.21-lts-latest
88
- HHVM_VERSION=latest
99
install:
1010
- docker pull hhvm/hhvm:$HHVM_VERSION

0 commit comments

Comments
 (0)