author | Alberto Bertogli
<albertito@blitiri.com.ar> 2020-05-22 17:00:19 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2020-05-22 17:05:20 UTC |
parent | 88fa8fae70f0c6433d7c45bcd074376a9f4d20df |
.travis.yml | +3 | -3 |
diff --git a/.travis.yml b/.travis.yml index 30fdda1..eaae079 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,16 +1,16 @@ # Configuration for https://travis-ci.org/ language: go -dist: trusty -sudo: false +dist: bionic go_import_path: blitiri.com.ar/go/log go: - - 1.7 + - 1.10.x - stable - master script: - go test ./... - go test -race ./... + - go test -bench ./...