Skip to content

Commit

Permalink
Travis should not use apt, but apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
local-minimum committed Jan 21, 2018
1 parent 5164817 commit e8e3996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,7 @@ node_js:
- 8
install:
- sudo add-apt-repository -y ppa:ondrej/php
- sudo apt update
- sudo apt-get update
- sudo apt-get install -y php7.0 php7.0-mbstring php7.0-xml

# Install Image and Video/GIF Manipulation Tools
Expand Down

0 comments on commit e8e3996

Please sign in to comment.