Skip to content

Commit

Permalink
CircleCI: Add Ubuntu package php7.0-cli to trusty
Browse files Browse the repository at this point in the history
The packages installed on the Circle trusty image with
Ubuntu xenial to install php-codesniffer cause unmet dependencies.

Fixes #1433
  • Loading branch information
jayvdb committed Feb 15, 2017
1 parent 06329a5 commit a06d34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ case $CIRCLE_BUILD_IMAGE in
# The non-apt go provided by Circle CI is acceptable
deps=${deps/golang-go/}
# Add packages which are already in the precise image
deps="$deps g++-4.9 libxml2-utils php-codesniffer"
deps="$deps g++-4.9 libxml2-utils php-cli php7.0-cli php-codesniffer"
# gfortran on CircleCI precise is 4.6 and R irlba compiles ok,
# but for reasons unknown it fails on trusty without gfortran-4.9
deps="$deps gfortran-4.9"
Expand Down

0 comments on commit a06d34e

Please sign in to comment.