We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Travis is not working properly. PR #44 was supposed to have broken, but it is not, once Travis is downloading my dev branch instead.
The text was updated successfully, but these errors were encountered:
Is this still a problem?
Sorry, something went wrong.
For sure :)
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?
Yeah, I will need to remake it xD I had trouble doing that the first time I tried.
No branches or pull requests
Travis is not working properly. PR #44 was supposed to have broken, but it is not, once Travis is downloading my dev branch instead.
The text was updated successfully, but these errors were encountered: