Skip to content

Commit

Permalink
Update README and tweak tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
sselph committed Jul 6, 2015
1 parent ae575b3 commit a5513c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: go

go:
- 1.2
- tip
- 1.2.2
- 1.4.2

env:
- GIMME_OS=linux GIMME_ARCH=amd64
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
scraper
=======
[![Build Status](https://travis-ci.org/sselph/scraper.svg?branch=master)](https://travis-ci.org/sselph/scraper) [![GoDoc](https://godoc.org/github.com/sselph/scraper?status.svg)](https://godoc.org/github.com/sselph/scraper)

An auto-scraper for EmulationStation written in Go using hashes.
This currently works with NES, SNES, N64, GB, GBC, GBA, MD, SMS, 32X, GG, PCE, A2600, LNX, MAME(see below), Dreamcast(bin/gdi), PSX(bin/cue), ScummVM ROMs.
Expand All @@ -15,7 +16,7 @@ Make sure you have go version 1.2 or later installed.

```bash
$ go version
go version go1.2.1 linux/amd64
go version go1.2.2 linux/amd64
```

Fetch and build.
Expand Down

0 comments on commit a5513c4

Please sign in to comment.