Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

Commit

Permalink
travis: pass -x to make get and make test.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsmedina committed Jul 30, 2014
1 parent 3acd552 commit a3b3591
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 @@ -10,10 +10,10 @@ before_install:
- sudo apt-get install bzr mercurial git -qq > apt-get.out 2>&1 || (cat apt-get.out && exit 1)
install:
- export PATH="$HOME/gopath/bin:$PATH"
- make get
- make get GO_EXTRAFLAGS=-x
before_script:
- if [ "$TRAVIS_REPO_SLUG" != "tsuru/gandalf" ]; then cd ..; mv gandalf ../tsuru; cd ../tsuru/gandalf; fi
script:
- make test
- make test GO_EXTRAFLAGS=-x
- ./check-fmt.sh
services: mongodb

0 comments on commit a3b3591

Please sign in to comment.