Reverted logging changes that require Go 1.13

This commit is contained in:
Cecylia Bocovich 2019-10-08 09:58:12 -04:00
parent 18d793798c
commit 82e5753bcc
2 changed files with 2 additions and 9 deletions

View file

@ -13,7 +13,7 @@ addons:
- gcc-5
go:
- 1.13.x
- 1.10.x
env:
- TRAVIS_NODE_VERSION="8" CC="gcc-5" CXX="g++-5"