Browse Source

Merge pull request #75 from Aigeruth/coveralls

Add coveralls.io
Adam Tauber 10 years ago
parent
commit
84c3251bdc
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

@@ -7,10 +7,14 @@ before_install:
   - npm install -g less
 install:
   - "make"
+  - pip install coveralls
 script:
   - "make tests"
   - "make robot"
   - "make styles"
+  - make coverage
+after_success:
+  coveralls
 notifications:
   irc:
     channels: