Skip to content

Commit

Permalink
Remove ovgdb-dl from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sselph committed Jul 6, 2015
1 parent 2555d0f commit 8089d04
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,12 @@ env:


install:
- go get -d -v ./...
- go get -d -v ./rename
- go get -d -v ./mame-history
- go get -d -v .

script:
- go build -v ./...
- go test ./...
- go build -v ./rename
- go build -v ./mame-history
- go build -v .
- go test -v ./...

0 comments on commit 8089d04

Please sign in to comment.