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

go:
  - 1.9

install:
  - go get -u golang.org/x/lint/golint

script:
  - make test

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