-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.travis.yml
More file actions
25 lines (21 loc) · 730 Bytes
/
.travis.yml
File metadata and controls
25 lines (21 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
sudo: required
services:
- docker
language: go
before_install:
- sudo add-apt-repository 'deb https://dl.bintray.com/mh-cbon/deb unstable main'
- sudo apt-get -qq update
- sudo apt-get install --allow-unauthenticated changelog go-bin-deb emd gh-api-cli go-msi gump
- docker pull fedora
script:
- changelog -v
- go-bin-deb -v
- emd -version
- gh-api-cli -v
- go-msi -v
- gump -v
- >
docker run -v $PWD:/mnt/travis fedora /bin/sh -c
"cd /mnt/travis && (curl -s -L https://bintray.com/mh-cbon/rpm/rpm > /etc/yum.repos.d/w.repo)\
&& dnf install go-bin-rpm changelog emd gh-api-cli go-msi gump -y &&\
changelog -v && go-bin-rpm -v && emd -version && gh-api-cli -v && go-msi -v && gump -v"