Skip to content

Commit a4a9073

Browse files
committed
[CI] Bump Ubuntu to Xenial and use backports PPA for Golang
1 parent 1c8a770 commit a4a9073

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.bin/install_apt.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
#!/bin/bash
2+
3+
# PPA for latest go
4+
sudo add-apt-repository ppa:longsleep/golang-backports
5+
26
sudo apt-get update
37
sudo apt-get install -y $(grep -vE "^\s*#" apt-requirements.txt | tr "\n" " ")

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dist: trusty
1+
dist: xenial
22
sudo: required
33
language: node_js
44
node_js:

0 commit comments

Comments
 (0)