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

Commit

Permalink
update dependencies and test script for 2019.03.22 nightlies
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Mar 22, 2019
1 parent 2024d7f commit 4aec37d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 22 deletions.
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
36 changes: 18 additions & 18 deletions composer.lock

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

0 comments on commit 4aec37d

Please sign in to comment.