mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-29 18:10:48 +02:00
docs/MAKEFILE: remove obsolete travis section
In this commit, we remove the travis section as the directive has been removed from the makefile.
This commit is contained in:
@ -137,16 +137,6 @@ Compiles all dependencies and builds the `./lnd` and `./lncli` binaries.
|
|||||||
Equivalent to [`lint`](#lint) [`dep`](#dep) [`btcd`](#btcd)
|
Equivalent to [`lint`](#lint) [`dep`](#dep) [`btcd`](#btcd)
|
||||||
[`unit-race`](#unit-race).
|
[`unit-race`](#unit-race).
|
||||||
|
|
||||||
`travis`
|
|
||||||
--------
|
|
||||||
**Note**: This must be run with either `RACE=true` or `RACE=false`.
|
|
||||||
- `RACE=true` runs [`lint`](#lint) [`scratch`](#scratch) [`btcd`](#btcd)
|
|
||||||
[`unit-race`](#unit-race).
|
|
||||||
- `RACE=false` runs [`lint`](#lint) [`scratch`](#scratch) [`itest`](#itest)
|
|
||||||
[`unit-cover`](#unit-cover). Afterwards,
|
|
||||||
[`github.com/mattn/goveralls`][goveralls] is installed, and the coverage stats
|
|
||||||
are uploaded to [coveralls.io](https://coveralls.io).
|
|
||||||
|
|
||||||
`unit`
|
`unit`
|
||||||
------
|
------
|
||||||
Runs the unit test suite. By default, this will run all known unit tests.
|
Runs the unit test suite. By default, this will run all known unit tests.
|
||||||
|
Reference in New Issue
Block a user