1
0
mirror of https://github.com/danog/gojekyll.git synced 2024-11-30 10:49:00 +01:00
gojekyll/.travis.yml
2017-07-12 20:01:17 -04:00

29 lines
472 B
YAML

language: go
go:
- 1.8.3
python:
- "3.4"
before_install:
- go get github.com/mattn/goveralls
install:
- make setup
- go get -t ./...
- pip install --user Pygments
- export PATH=$HOME/.local/bin:$PATH
script:
- $HOME/gopath/bin/goveralls -service=travis-ci
- gometalinter --deadline=5m ./...
after_success:
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash
notifications:
email:
on_success: change
on_failure: change