Skip to content

Commit 76e89d1

Browse files
authored
Create .travis.yml
1 parent 117e7a4 commit 76e89d1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.travis.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
dist: trusty
2+
sudo: required
3+
install: true
4+
env:
5+
global:
6+
- GOARCH=amd64
7+
before_install:
8+
- sleep 15
9+
- sudo apt-get install -y
10+
- sudo apt-get install -y curl
11+
script:
12+
- make build
13+
notifications:
14+
email:
15+
recipients:
16+

0 commit comments

Comments
 (0)