mirror of
https://github.com/jimeh/ozu.io.git
synced 2026-02-19 08:06:39 +00:00
Attempt to fix travis-ci build
This commit is contained in:
@@ -3,8 +3,9 @@ go:
|
||||
- 1.7.3
|
||||
before_install:
|
||||
- go get github.com/kardianos/govendor
|
||||
- govendor sync
|
||||
script:
|
||||
- govendor test +local +program
|
||||
- make test
|
||||
# after_success:
|
||||
# - if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
|
||||
# docker login -e $DOCKERHUB_EMAIL -u $DOCKERHUB_USER -p $DOCKERHUB_PASS;
|
||||
|
||||
Reference in New Issue
Block a user