Hi,

I'm trying to configure travis build[1] <https://travis-ci.org/> for my
github repository at [2] <https://github.com/Dilhasha/AppFacCLI>.

To build this project, the script "bin/build-all" needs to be run. But when
I specify it as follows in the .travis.yml file,

language: go go: - 1.3
script: go build ./bin/build-all
I get an error in the Travis build as follows.

$ go env

GOARCH="amd64"

GOBIN=""

GOCHAR="6"

GOEXE=""

GOHOSTARCH="amd64"

GOHOSTOS="linux"

GOOS="linux"

GOPATH="/home/travis/gopath"

GORACE=""

GOROOT="/home/travis/.gimme/versions/go1.3.linux.amd64"

GOTOOLDIR="/home/travis/.gimme/versions/go1.3.linux.amd64/pkg/tool/linux_amd64"

CC="gcc"

GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0"

CXX="g++"

CGO_ENABLED="1"

29.46s$ go get -t -v ./...

github.com/appfac/cli (download)

# cd .; git clone https://github.com/appfac/cli
/home/travis/gopath/src/github.com/appfac/cli

Cloning into '/home/travis/gopath/src/github.com/appfac/cli'...

remote: Invalid username or password.

fatal: Authentication failed for 'https://github.com/appfac/cli/'

package github.com/appfac/cli/formats: exit status 128


Any help on figuring out the problem and a solution will be great.

[1] https://travis-ci.org/
<https://www.google.com/url?q=https%3A%2F%2Ftravis-ci.org%2F&sa=D&sntz=1&usg=AFQjCNGxE2sXyChgbqdu8GvzXGHlel5QOw>
[2] https://github.com/Dilhasha/AppFacCLI

Thanks,
Regards,
Dilhasha

Fathima Dilhasha Nazeer <http://lk.linkedin.com/in/dilhasha/>
(M.N.F.Dilhasha)
Undergraduate | Department of Computer Science and Engineering
University of Moratuwa
Sri Lanka
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to