Skip to content

Commit

Permalink
Merge pull request #21 from maxgodfrey2004/add-ci
Browse files Browse the repository at this point in the history
Add Continuous Integration
  • Loading branch information
maxgodfrey2004 authored Jan 19, 2020
2 parents a3d51a4 + 3c653e5 commit bb53639
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: go

go:
- "1.10"
- "1.11"
- "1.12"

go_import_path: github.com/maxgodfrey2004/mines

install:
- go get -t ./...
- go get github.com/nsf/termbox-go

script:
- go build -v -o main.exe main.go
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# mines [![Go Report Card](https://goreportcard.com/badge/github.com/maxgodfrey2004/mines)](https://goreportcard.com/report/github.com/maxgodfrey2004/mines) [![Maintainability](https://api.codeclimate.com/v1/badges/259fa9fb2c430a3e0300/maintainability)](https://codeclimate.com/github/maxgodfrey2004/mines/maintainability)

# mines [![Build Status](https://travis-ci.com/maxgodfrey2004/mines.svg?branch=master)](https://travis-ci.com/maxgodfrey2004/mines) [![Go Report Card](https://goreportcard.com/badge/github.com/maxgodfrey2004/mines)](https://goreportcard.com/report/github.com/maxgodfrey2004/mines)
A terminal-based implementation of Minesweeper in Go.

![mines_demo_better](https://user-images.githubusercontent.com/34620214/63650957-eb5e1c00-c782-11e9-94f3-6f5cff5550c0.png)
Expand Down

0 comments on commit bb53639

Please sign in to comment.