Browse Source

preinstall apt https transport

tags/2017.4.1
Petr Michalec 7 years ago
parent
commit
6969322bee
No account linked to committer's email address
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      .travis.yml

+ 5
- 0
.travis.yml View File

@@ -2,6 +2,11 @@ sudo: required
services:
- docker

addons:
apt:
packages:
- apt-transport-https

install:
- pip install PyYAML
- pip install virtualenv

Loading…
Cancel
Save