Commit 269a9859488e184768ca7d99e562b93b414f87d6
1 parent
96fbef60
Exists in
master
and in
4 other branches
fixed travis env, added coverage badge
Showing
2 changed files
with
3 additions
and
2 deletions
Show diff stats
.travis.yml
1 | language: ruby | 1 | language: ruby |
2 | env: | 2 | env: |
3 | - - DB=mysql | ||
4 | - - TRAVIS=true | 3 | + - DB=mysql TRAVIS=true |
5 | before_install: | 4 | before_install: |
6 | - sudo apt-get install libicu-dev -y | 5 | - sudo apt-get install libicu-dev -y |
7 | - gem install charlock_holmes -v="0.6.9" | 6 | - gem install charlock_holmes -v="0.6.9" |
README.md
@@ -24,6 +24,8 @@ | @@ -24,6 +24,8 @@ | ||
24 | 24 | ||
25 | * [](https://gemnasium.com/gitlabhq/gitlabhq) | 25 | * [](https://gemnasium.com/gitlabhq/gitlabhq) |
26 | 26 | ||
27 | +* [](https://coveralls.io/r/gitlabhq/gitlabhq) | ||
28 | + | ||
27 | ### Resources | 29 | ### Resources |
28 | 30 | ||
29 | * GitLab.org community site: [Homepage](http://gitlab.org) [Screenshots](http://gitlab.org/screenshots/) [Blog](http://blog.gitlab.org/) [Demo](http://demo.gitlabhq.com/users/sign_in) | 31 | * GitLab.org community site: [Homepage](http://gitlab.org) [Screenshots](http://gitlab.org/screenshots/) [Blog](http://blog.gitlab.org/) [Demo](http://demo.gitlabhq.com/users/sign_in) |