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

Commit

Permalink
test against nightlies instead of 3.22
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Nov 14, 2017
1 parent fc03e1a commit 2ff0e51
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .hhconfig
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
assume_php=false
enable_experimental_tc_features = optional_shape_field, unknown_fields_shape_is_not_subtype_of_known_fields_shape
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: generic
services:
- docker
env:
- HHVM_VERSION=latest
- HHVM_VERSION=nightly
install:
- docker pull hhvm/hhvm:$HHVM_VERSION
script:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"keywords": ["hack", "router", "routing", "hhvm"],
"homepage": "https://github.com/hhvm/hack-router-codegen",
"require": {
"hhvm": ">=3.22.0",
"hhvm": "^3.23.0",
"facebook/hack-router": "^0.10",
"facebook/hack-codegen": "^3.0.1",
"facebook/definition-finder": "^1.5.3",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2ff0e51

Please sign in to comment.