Kaynağa Gözat

Merge pull request #75 from Aigeruth/coveralls

Add coveralls.io
Adam Tauber 10 yıl önce
ebeveyn
işleme
84c3251bdc
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4
    0
      .travis.yml

+ 4
- 0
.travis.yml Dosyayı Görüntüle

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: