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

Commit 545adb5

Browse files
fredemmottfacebook-github-bot
authored andcommitted
update dependencies and test script for 2019.03.22 nightlies
Summary: Pull Request resolved: #14 Differential Revision: D14586252 fbshipit-source-id: 592c4ac0ab95bd0b5b6c6cb8b38a42c8da6b271a
1 parent 6eeeeb4 commit 545adb5

File tree

2 files changed

+48
-43
lines changed

2 files changed

+48
-43
lines changed

.travis.sh

+6-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ php --version
99
cd $(mktemp -d)
1010
curl https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
1111
)
12+
if (hhvm --version | grep -q -- -dev); then
13+
rm composer.lock
14+
fi
1215
composer install
1316

1417
hh_client
15-
hhvm vendor/bin/hacktest tests/
16-
if !(hhvm --version | grep -q -- -dev); then
17-
hhvm vendor/bin/hhast-lint
18-
fi
18+
19+
vendor/bin/hacktest tests/
20+
vendor/bin/hhast-lint

composer.lock

+42-39
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)