We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c8a770 commit a4a9073Copy full SHA for a4a9073
.bin/install_apt.sh
@@ -1,3 +1,7 @@
1
#!/bin/bash
2
+
3
+# PPA for latest go
4
+sudo add-apt-repository ppa:longsleep/golang-backports
5
6
sudo apt-get update
7
sudo apt-get install -y $(grep -vE "^\s*#" apt-requirements.txt | tr "\n" " ")
.travis.yml
@@ -1,4 +1,4 @@
-dist: trusty
+dist: xenial
sudo: required
language: node_js
node_js:
0 commit comments