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:
Olaoluwa Osuntokun 2018-11-28 17:14:22 -08:00
parent ca28c0b5a1
commit f09a4daeb1
No known key found for this signature in database
GPG Key ID: CE58F7F8E20FD9A2

@ -137,16 +137,6 @@ Compiles all dependencies and builds the `./lnd` and `./lncli` binaries.
Equivalent to [`lint`](#lint) [`dep`](#dep) [`btcd`](#btcd)
[`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`
------
Runs the unit test suite. By default, this will run all known unit tests.