travis: add go vet, addlicense checks; lower codecov threshold

- Temporarily disable caching of sources, it seems corrupted.
- Fix copyright on a few sources.
- Codecov is very aggressive about code coverage, reduce the
  expectations.
pull/1/head
Marc-Antoine Ruel 6 years ago
parent 6368ca5314
commit eff9c2ce8c

@ -1,3 +1,7 @@
// Copyright 2020 The Periph Authors. All rights reserved.
// Use of this source code is governed under the Apache License, Version 2.0
// that can be found in the LICENSE file.
package accelerometer
// Valid accelerator values.

@ -1,3 +1,7 @@
// Copyright 2020 The Periph Authors. All rights reserved.
// Use of this source code is governed under the Apache License, Version 2.0
// that can be found in the LICENSE file.
package reg
// Unsorted mix of register addresses, commands and constants.

@ -1,3 +1,7 @@
// Copyright 2020 The Periph Authors. All rights reserved.
// Use of this source code is governed under the Apache License, Version 2.0
// that can be found in the LICENSE file.
package mpu9250
import (

Loading…
Cancel
Save