Skip to content

Commit

Permalink
travis: add apt-get install php-cli php-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
thomastrapp committed Jul 23, 2019
1 parent 66404c0 commit 5a3639d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis/run-tests.sh
Expand Up @@ -12,7 +12,7 @@ sudo apt-get -q update
sudo apt-get -q -y install cmake libgumbo-dev rapidjson-dev \
libboost-regex-dev libboost-program-options-dev libgtest-dev \
bats jq curl build-essential libpcre3-dev wget python3-pip swig \
cppcheck
cppcheck php-cli php-dev

curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt-get install -y nodejs
Expand Down

0 comments on commit 5a3639d

Please sign in to comment.