1
0
mirror of https://github.com/danog/gojekyll.git synced 2024-11-27 14:04:42 +01:00
gojekyll/.travis.yml
2017-07-15 17:03:55 -04:00

28 lines
428 B
YAML

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