We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42dd163 commit 32d1acbCopy full SHA for 32d1acb
.travis.yml
@@ -12,6 +12,8 @@ matrix:
12
before_install:
13
- sudo rm -rf /var/lib/apt/lists/lock /var/cache/apt/archives/lock /var/lib/dpkg/lock
14
- sudo apt-get update
15
+ - sudo apt-get -y install libcurl4-openssl-dev
16
+ - sudo ln -s /usr/include/x86_64-linux-gnu/curl/ /usr/local/include
17
- command -v expect || sudo apt-get install expect
18
- |
19
if ! command -v phpenv; then
0 commit comments