From f09a4daeb1bf4f5954af96f06906e7e9496af6ec Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Wed, 28 Nov 2018 17:14:22 -0800 Subject: [PATCH] docs/MAKEFILE: remove obsolete travis section In this commit, we remove the travis section as the directive has been removed from the makefile. --- docs/MAKEFILE.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/MAKEFILE.md b/docs/MAKEFILE.md index 0a798e4d..0582a4fa 100644 --- a/docs/MAKEFILE.md +++ b/docs/MAKEFILE.md @@ -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.