Skip to content

Commit

Permalink
Run commands as root. (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin committed Apr 6, 2018
1 parent 8169b19 commit 2dc7310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ php:
- 7.2
install: composer install
before_script:
- apt-get build-dep curl
- sudo apt-get build-dep curl
- cd /tmp
- wget https://curl.haxx.se/download/curl-7.59.0.tar.bz2
- tar -xvjf curl-7.59.0.tar.bz2
- cd curl-7.59.0
- ./configure
- make
- make install
- sudo make install
- ldconfig
- curl --version

Expand Down

0 comments on commit 2dc7310

Please sign in to comment.