Skip to content

Instantly share code, notes, and snippets.

View ChenLingPeng's full-sized avatar
🎯
Focusing

Lingpeng Chen ChenLingPeng

🎯
Focusing
View GitHub Profile
@ChenLingPeng
ChenLingPeng / .travis.yml
Created January 21, 2019 08:01 — forked from ryboe/.travis.yml
Example .travis.yml for Golang
# 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