Browse Source

add travis

master
arnaucube 4 years ago
parent
commit
8f0d0fd5e0
2 changed files with 10 additions and 1 deletions
  1. +7
    -0
      .travis.yml
  2. +3
    -1
      README.md

+ 7
- 0
.travis.yml

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

+ 3
- 1
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

Loading…
Cancel
Save