summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/d5/tengo/.travis.yml
blob: 57986ae9827d4c0626861d2148e450df52a081c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: go

go:
  - "1.12"

install:
  - env GO111MODULE=on go get -u golang.org/x/lint/golint

script:
  - env GO111MODULE=on make test

deploy:
  - provider: script
    skip_cleanup: true
    script: curl -sL https://git.io/goreleaser | bash
    on:
      tags: true