Hi Dilhasha, Seems according to error log, your build script tried to clone invalid or unauthorized remote[1] while you need to clone remote[2]. So please make sure your build script contains the correct remote.
Regards, /Charithag [1] https://github.com/appfac/cli [2] https://github.com/Dilhasha/AppFacCLI On Sat, Jul 11, 2015 at 5:46 AM, Fathima Dilhasha <[email protected]> wrote: > 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 > > -- *Charitha Goonetilleke* Software Engineer WSO2 Inc.; http://wso2.com lean.enterprise.middleware mobile: +94 77 751 3669 <%2B94777513669> Twitter:@CharithaWs <https://twitter.com/CharithaWs>, fb: charithag <https://www.facebook.com/charithag>, linkedin: charithag <http://www.linkedin.com/in/charithag>
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
