Skip to content

Commit 4fc6918

Browse files
committed
Add travis for tests
1 parent e250993 commit 4fc6918

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
sudo: false
2+
language: go
3+
go: [ 1.11.x ]
4+
5+
env:
6+
- GO111MODULE=on
7+
8+
install:
9+
# Stop go get from executing
10+
- true
11+
12+
script:
13+
# Build server for various operating systems
14+
- go test ./...

0 commit comments

Comments
 (0)