8 Commits

Author SHA1 Message Date
Hana
e39e6f194c remove unnecessary go get 2021-02-19 13:41:18 -05:00
Hana
7f736682ff .travis.yml: update to go1.15
Soon this needs to be updated to go1.16
2021-02-16 13:34:48 -05:00
Mark McGranaghan
ce206e9c31 Try updating Go in Travis 2020-04-10 18:01:39 -07:00
Eli Bendersky
fe1443c7ed Combine testing environments on travis 2019-07-01 06:51:20 -07:00
Eli Bendersky
fb2c28e58a When testing on Travis, verify that tools/build was run
This is done by routing the generation of HTML into a temporary directory,
and checking its diff agains the existing public/ when running tests.

Fixes #237
2019-07-01 06:44:09 -07:00
Eli Bendersky
5487e88919 Add VERBOSE option to tools/build and generate.go
VERBOSE will be set by TRAVIS (but can also be set by user to diagnose slow
builds). Using an env var so that it automatically propagates to all the
sub-scripts and tools without having to pass it through tools/build explicitly.
2019-06-05 10:15:13 -07:00
Eli Bendersky
c22108bc89 Comment 2019-06-05 06:37:51 -07:00
Eli Bendersky
2e3c6d3f51 Initial Travis file for running CI
Each run invokes tools/build, which already returns a non-zero status on errors
and zero when OK.

Updates #237
2019-06-04 20:32:43 -07:00