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

update dependencies and test script for 2019.03.22 nightlies #14

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ php --version
cd $(mktemp -d)
curl https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
)
if (hhvm --version | grep -q -- -dev); then
rm composer.lock
fi
composer install

hh_client
hhvm vendor/bin/hacktest tests/
if !(hhvm --version | grep -q -- -dev); then
hhvm vendor/bin/hhast-lint
fi

vendor/bin/hacktest tests/
vendor/bin/hhast-lint
81 changes: 42 additions & 39 deletions composer.lock

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