Skip to content

Commit

Permalink
travis: fix command.
Browse files Browse the repository at this point in the history
  • Loading branch information
prataprc committed May 18, 2017
1 parent 419799b commit a1cdd32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ script:
- make test
- go test -run=xxx -test.bench=. -test.benchmem=true ./...
- $HOME/gopath/bin/goveralls -service=travis-ci
- cd $HOME/gopath/src/github.com/prataprc/monster/testdata; checkprods.sh
- cd $HOME/gopath/src/github.com/prataprc/monster/testdata; ./checkprods.sh

0 comments on commit a1cdd32

Please sign in to comment.