Merge pull request #134 from NaniteFactory/master

CI support for example/amidakuji
This commit is contained in:
Michal Štrba 2018-09-03 20:34:24 +02:00 committed by GitHub
commit 49ee5d6e77
1 changed files with 10 additions and 2 deletions

View File

@ -14,10 +14,18 @@ addons:
go:
- 1.8
- 1.7.4
- tip
- tip
before_install:
- echo "installing requirements for example/amidakuji"
- sudo apt-get -qq install libpango1.0-dev libgtk2.0-dev
- go get -v -u github.com/go-bindata/go-bindata/...
- make glossary/asset.go --directory=$TRAVIS_BUILD_DIR/examples/community/amidakuji/
- echo "end of before_install"
install:
- go get -t ./...
script:
- go test -i -race ./...
- go test -v -race ./...