Skip to content

Commit ca4ecd9

Browse files
author
Jannis Pohlmann
committed
Travis: Add an initial configuration for CI
1 parent c211c8c commit ca4ecd9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
language: go
2+
3+
go:
4+
- 1.7.x
5+
- master
6+
7+
before_install:
8+
- go get github.com/sirupsen/logrus
9+
- go get github.com/x-cray/logrus-prefixed-formatter
10+
- go get github.com/google/uuid
11+
- go get github.com/gorilla/websocket
12+
- go get github.com/graphql-go/graphql

0 commit comments

Comments
 (0)