Skip to content

Commit

Permalink
fixed .travis.yml issue
Browse files Browse the repository at this point in the history
  • Loading branch information
panamafrancis committed Feb 25, 2015
1 parent b4b9d0d commit 3d2ad30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ install:
- export PATH=$PATH:$PWD/go_appengine/

script:
go test -v ./...
goapp test -v ./graph/gaedatastore
- go test -v ./...
- goapp test -v ./graph/gaedatastore

0 comments on commit 3d2ad30

Please sign in to comment.