diff --git a/.travis.yml b/.travis.yml index 67013033..ca2ba748 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,19 +7,12 @@ sudo: true install: false before_install: - - go get github.com/bradfitz/gomemcache/memcache - - go get github.com/garyburd/redigo/internal - - go get github.com/garyburd/redigo/redis - - go get github.com/go-sql-driver/mysql - - go get github.com/golang/freetype - - go get -u gopkg.in/russross/blackfriday.v2 - curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh script: - - dep ensure && GO_ENABLED=1 go build -v -x -tags "pam" && go install + - dep ensure && GO_ENABLED=1 go build -v -x -tags "pam" before_deploy: - - sudo apt-get -qq update - dep ensure -v && CGO_ENABLED=1 GOARCH=amd64 GOOS=linux go build -o mindoc_linux_amd64 -ldflags="-w -X github.com/lifei6671/mindoc/conf.VERSION=$TRAVIS_TAG -X 'github.com/lifei6671/mindoc/conf.BUILD_TIME=`date`' -X 'conf.GO_VERSION=`github.com/lifei6671/mindoc/go version`'" - rm -rf simsun.ttc start.sh commands controllers models modules data routers tasks vendor docs search utils graphics .git Godeps uploads/* .gitignore .travis.yml Dockerfile Gopkg.toml LICENSE main.go README.md conf/enumerate.go conf/mail.go install.lock *.md - cp conf/app.conf.example conf/app.conf