Move repository to Ullaakut

This commit is contained in:
Brendan Le Glaunec
2018-02-16 15:00:27 +01:00
committed by Brendan Le Glaunec
parent 8289f1edda
commit 5a0ee4aaa7
13 changed files with 36 additions and 38 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ When your pull request is created, GitHub will first check for conflicts, Codacy
If GitHub reports conflicts with the develop branch, you should resolve them by yourself using your git command-line interface. The easiest and cleanest way is to use `git rebase -i origin/develop` and follow git's instructions.
If Codacy reports new issues, they will be added in the comments of the PR to let you know what you should fix.
If Travis CI reports errors, you should be able to view the logs [by clicking here](https://travis-ci.org/EtixLabs/cameradar/builds) and you should fix it. No PR will be merged before all tests are passing correctly.
If Travis CI reports errors, you should be able to view the logs [by clicking here](https://travis-ci.org/Ullaakut/cameradar/builds) and you should fix it. No PR will be merged before all tests are passing correctly.
### Coding guidelines