Gitlab CI take 3

This commit is contained in:
Timothy Warren 2016-07-18 10:07:50 -04:00
parent ebc8006e04
commit 8e00f3a59d
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ set -xe
# Install git (the php image doesn't have it) which is required by composer
apt-get update -yqq
apt-get install git sqlite3 -yqq
apt-get install git libsqlite3-dev -yqq
# Install phpunit, the tool that we will use for testing
curl -Lo /usr/local/bin/phpunit https://phar.phpunit.de/phpunit.phar