Simplify Travis CI

This commit is contained in:
Richard Patel 2019-02-22 04:53:08 +01:00
parent f845e12a29
commit aa9e2bd371
No known key found for this signature in database
GPG Key ID: C268B2BBDA2ABECB

View File

@ -4,20 +4,15 @@ language: go
go:
- "1.11.x"
- master
sudo: required
services:
- docker
before_install:
- sudo apt update -y
- sudo apt install golang-go -y
script:
- go test .
- docker build -t terorie/od-database-crawler
- docker build -t terorie/od-database-crawler .
after_success:
- if [[ "$TRAVIS_BRANCH" == "stable" ]]; then