brain icon indicating copy to clipboard operation
brain copied to clipboard

Travis file bug

Open luizperes opened this issue 8 years ago • 4 comments

Travis is not working properly. PR https://github.com/brain-labs/brain/pull/44 was supposed to have broken, but it is not, once Travis is downloading my dev branch instead.

luizperes avatar Jul 11 '17 04:07 luizperes

Is this still a problem?

rafaelcn avatar Oct 17 '17 13:10 rafaelcn

For sure :)

luizperes avatar Oct 17 '17 17:10 luizperes

That should be fixed in docker, doesn't it? I just saw the Travis CI for #44 and it has shown:

$ docker pull luizperes/brain
latest: Pulling from luizperes/brain
Status: Downloaded newer image for luizperes/brain:latest
$ docker run -i luizperes/brain /bin/sh -c "cd /root/ && rm -rf brain && git clone https://github.com/luizperes/brain.git && cd /root/brain/ && git checkout dev && make build-travis SUDO?= && export PATH=$PATH:/root/brain/bin && make install && make tests"

Maybe an special docker image for Travis CI? Or remove the usage of docker image in travis, sounds reasonable?

rafaelcn avatar Oct 18 '17 16:10 rafaelcn

Yeah, I will need to remake it xD I had trouble doing that the first time I tried.

luizperes avatar Oct 18 '17 16:10 luizperes