Quellcode durchsuchen

Update drone test instructions in CONTRIBUTING.md (#4055)

tags/v1.5.0-dev
techknowlogick vor 6 Jahren
Ursprung
Commit
b6604505e7
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2
    2
      CONTRIBUTING.md

+ 2
- 2
CONTRIBUTING.md Datei anzeigen

@@ -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


Laden…
Abbrechen
Speichern