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

Commit b4a2d7f

Browse files
committed
hacktest
1 parent 4f45c8a commit b4a2d7f

19 files changed

+137
-1540
lines changed

.travis.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ hhvm --version
55
composer install
66

77
hh_client
8-
hhvm vendor/bin/phpunit
9-
hhvm vendor/bin/hhast-lint
8+
hhvm vendor/bin/hacktest tests/
9+
10+
if !(hhvm --version | grep -q -- -dev); then
11+
hhvm vendor/bin/hhast-lint
12+
fi
1013

1114
# Make sure we pass when a release is required
1215
EXPORT_DIR=$(mktemp -d)

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"hhvm/type-assert": "^3.0"
1212
},
1313
"require-dev": {
14-
"91carriage/phpunit-hhi": "^5.5",
15-
"phpunit/phpunit": "^5.5",
16-
"hhvm/hhast": "^3.28"
14+
"hhvm/hhast": "^3.28",
15+
"hhvm/hacktest": "^1.1",
16+
"facebook/fbexpect": "^2.1"
1717
},
1818
"extra": {
1919
"branch-alias": {

0 commit comments

Comments
 (0)