aboutsummaryrefslogtreecommitdiffstats
path: root/src/dma/vendor/github.com/BurntSushi/toml/.travis.yml
blob: 8b8afc4f0e00d1fbbfc6e311bae14422f490ea05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: go
go:
  - 1.1
  - 1.2
  - 1.3
  - 1.4
  - 1.5
  - 1.6
  - tip
install:
  - go install ./...
  - go get github.com/BurntSushi/toml-test
script:
  - export PATH="$PATH:$HOME/gopath/bin"
  - make test