Skip to content

Commit

Permalink
add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajatprabha committed Jul 1, 2019
1 parent 67402a7 commit f843691
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
language: go
go: '1.12.x'

stages:
- test

env:
global:
- GO111MODULE=on

install: echo "Skip global `install` ..."
script: echo "Skip global `script` ..."

jobs:
include:
- stage: test
install: make setup
script: make ci

notifications:
email: false

0 comments on commit f843691

Please sign in to comment.