Skip to content

Commit

Permalink
Update drone test instructions in CONTRIBUTING.md (#4055)
Browse files Browse the repository at this point in the history
  • Loading branch information
techknowlogick authored May 27, 2018
1 parent 5095dfa commit b660450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ running the test suite exactly like we do, you should install
the CLI for [Drone CI](https://github.com/drone/drone), as
we are using the server for continous testing, following [these
instructions](http://readme.drone.io/usage/getting-started-cli). After that,
you can simply call `drone exec` within your working directory and it will try
to run the test suite locally.
you can simply call `drone exec --local --build-event "pull_request"` within
your working directory and it will try to run the test suite locally.

## Vendoring

Expand Down

0 comments on commit b660450

Please sign in to comment.