This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is a weird way of telling Travis to use the fast container-based test | |
# runner instead of the slow VM-based runner. | |
sudo: false | |
language: go | |
# Force-enable Go modules. This will be unnecessary when Go 1.12 lands. | |
env: | |
- GO111MODULE=on |