Skip to content

Commit d8db144

Browse files
author
Mohammad Gufran
authored
Merge pull request #1 from Gufran/ci
Add dependencies and CI configuration
2 parents f405775 + 9615a35 commit d8db144

File tree

2,436 files changed

+829745
-211
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,436 files changed

+829745
-211
lines changed

.travis.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
dist: trusty
2+
sudo: required
3+
language: go
4+
5+
services:
6+
- docker
7+
8+
go:
9+
- "1.11.1"
10+
11+
env:
12+
- GOMAXPROCS=4
13+
14+
branches:
15+
only:
16+
- master
17+
18+
script: make fmtcheck errcheck test

0 commit comments

Comments
 (0)