Skip to content

Commit

Permalink
Added travis yml (#4)
Browse files Browse the repository at this point in the history
Added travis yml

Signed-off-by: Rishabh Gupta <r.g.gupta@outlook.com>
  • Loading branch information
zeerorg committed Jun 10, 2019
1 parent d903de0 commit a30ab6b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
language: go

# You don't need to test on very old version of the Go compiler. It's the user's
# responsibility to keep their compilers up to date.
go:
- 1.10.4

# Only clone the most recent commit.
git:
depth: 1

# Skip the install step. Don't `go get` dependencies. Only build with the code
# in vendor/
install: true

# Don't email me the results of the test runs.
notifications:
email: false

0 comments on commit a30ab6b

Please sign in to comment.