Skip to content

Commit

Permalink
Elimino instalación de paquete en builds de travis
Browse files Browse the repository at this point in the history
  • Loading branch information
chdigiorno committed Oct 8, 2019
1 parent 8ff07e7 commit dc819ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ before_install:
- docker info
- sudo apt-get remove docker docker-engine
- sudo apt-get update
- sudo apt-get install linux-image-extra-$(uname -r) linux-image-extra-virtual apt-transport-https ca-certificates curl software-properties-common npm
- sudo apt-get install linux-image-extra-virtual apt-transport-https ca-certificates curl software-properties-common npm
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
- sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
- sudo apt-get update
Expand Down

0 comments on commit dc819ea

Please sign in to comment.