add travis

This commit is contained in:
arnaucube
2019-06-13 22:48:34 +02:00
parent 5965f2dec1
commit 8f0d0fd5e0
2 changed files with 10 additions and 1 deletions

7
.travis.yml Normal file
View File

@@ -0,0 +1,7 @@
language: go
go:
- "1.12"
env:
- GO111MODULE=on

View File

@@ -1,3 +1,5 @@
# gogame
# gogame [![Go Report Card](https://goreportcard.com/badge/github.com/arnaucube/gogame)](https://goreportcard.com/report/github.com/arnaucube/gogame) [![Build Status](https://travis-ci.org/arnaucube/gogame.svg?branch=master)](https://travis-ci.org/arnaucube/gogame)
Nostalgic OGame clone in Go
WIP