Python language. Install apt https

This commit is contained in:
Sergei Antipov 2018-02-15 13:35:18 +07:00
parent 3cb4a7dd14
commit cb8f408764
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,7 @@
dist: trusty
sudo: required
language: python
env:
- >
DISTRIBUTION=ubuntu-upstart

View File

@ -2,7 +2,7 @@
# -*- mode: sh; -*-
# File: before_install.sh
# Time-stamp: <2018-02-15 13:30:08>
# Time-stamp: <2018-02-15 13:35:13>
# Copyright (C) 2018 Sergei Antipov
# Description:
@ -12,6 +12,7 @@ set -o errexit
set -o pipefail
sudo apt-get update
sudo apt-get install apt-transport-https
# Latest Ansible install
sudo apt-add-repository -y ppa:ansible/ansible
sudo apt-get update