This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
linux-formula
mirror of
https://github.com/salt-formulas/salt-formula-linux
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
8
Wiki
Activity
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
c6e0784ead
6969322bee
commit
04c652c146
1 changed files
with
5 additions
and
0 deletions
Split View
Show Diff Stats
+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
Write
Preview
Loading…
Cancel
Save