From 8f0d0fd5e0fa088442968069a8a0377f31c6a97d Mon Sep 17 00:00:00 2001 From: arnaucube Date: Thu, 13 Jun 2019 22:48:34 +0200 Subject: [PATCH] add travis --- .travis.yml | 7 +++++++ README.md | 4 +++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..197076e --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: go + +go: + - "1.12" + +env: + - GO111MODULE=on diff --git a/README.md b/README.md index 4246771..daf797e 100644 --- a/README.md +++ b/README.md @@ -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