Browse Source

Merge pull request #88 from salt-formulas/pr/preinstall-apt-https-tranpsort

preinstall apt https transport
tags/2017.4.1
Filip Pytloun 7 years ago
parent
commit
04c652c146
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