Browse Source

Add coveralls.io

Gabor Nagy 11 years ago
parent
commit
bcc08879f9
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      .travis.yml

+ 4
- 0
.travis.yml View File

7
   - npm install -g less
7
   - npm install -g less
8
 install:
8
 install:
9
   - "make"
9
   - "make"
10
+  - pip install coveralls
10
 script:
11
 script:
11
   - "make tests"
12
   - "make tests"
12
   - "make robot"
13
   - "make robot"
13
   - "make styles"
14
   - "make styles"
15
+  - make coverage
16
+after_success:
17
+  coveralls
14
 notifications:
18
 notifications:
15
   irc:
19
   irc:
16
     channels:
20
     channels: