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 a1424db commit c9a8008Copy full SHA for c9a8008
.travis.yml
@@ -7,6 +7,8 @@ go:
7
- 1.8
8
9
before_install:
10
+ - echo 'deb http://archive.ubuntu.com/ubuntu/ xenial main universe' | sudo tee -a /etc/apt/sources.list
11
+ - sudo apt-get update
12
- sudo apt install -y alien
13
14
install:
0 commit comments