Skip to content

Commit 1fb8fd3

Browse files
authored
Add travis-ci configuration. (#379)
1 parent e325f44 commit 1fb8fd3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
sudo: false
2+
language: go
3+
go:
4+
- 1.6.x
5+
- 1.7.x
6+
- 1.8.x
7+
8+
install:
9+
- curl -L https://github.com/google/protobuf/releases/download/v3.3.0/protoc-3.3.0-linux-x86_64.zip -o /tmp/protoc.zip
10+
- unzip /tmp/protoc.zip -d $HOME/protoc
11+
12+
env:
13+
- PATH=$HOME/protoc/bin:$PATH
14+
15+
script:
16+
- make all test

0 commit comments

Comments
 (0)