Skip to content

Commit

Permalink
CI ginkgo command fix
Browse files Browse the repository at this point in the history
Test were unreliable with randomised specs
  • Loading branch information
LewisWatson committed Feb 21, 2017
1 parent 0daebf3 commit 18e6505
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 @@ -12,6 +12,6 @@ install:
- go get -u github.com/mattn/goveralls

script:
- ginkgo -r -tags=integartion --randomizeAllSpecs --randomizeSuites --failOnPending --cover --trace --compilers=2 .
- ginkgo -r --randomizeSuites --failOnPending --cover --trace --race --compilers=2 -tags=integration
- gover
- goveralls -coverprofile=gover.coverprofile -repotoken $COVERALLS_TOKEN

0 comments on commit 18e6505

Please sign in to comment.