Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sselph committed Jul 6, 2015
1 parent 8089d04 commit 7c4f540
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ install:
- go get -d -v .

script:
- go build -v ./rename
- go build -v ./mame-history
- go build -o rename-bin -v ./rename
- go build -o mame-history-bin -v ./mame-history
- go build -v .
- go test -v ./...
- go test -v ./rom/hash
- go test -v ./ds

0 comments on commit 7c4f540

Please sign in to comment.