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

Commit 788598c

Browse files
committed
Target HHVM 3.29
1 parent bb8841d commit 788598c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: php
22
php:
3-
- hhvm-nightly
3+
- hhvm
44
script:
55
- ./.travis.sh
66
notifications:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"facebook/fbexpect": "^2.0"
88
},
99
"require": {
10-
"hhvm": "^3.28.0",
10+
"hhvm": "^3.29.0",
1111
"hhvm/hhvm-autoload": "^1.4",
12-
"hhvm/hsl": "dev-master"
12+
"hhvm/hsl": "^3.29.0"
1313
}
1414
}

0 commit comments

Comments
 (0)