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

services: services:
- docker - docker


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

install: install:
- pip install PyYAML - pip install PyYAML
- pip install virtualenv - pip install virtualenv

Loading…
Cancel
Save