commit
d8866ed535
2 changed files with 6 additions and 2 deletions
@ -1,4 +1,8 @@ |
||||
sudo: false |
||||
language: cpp |
||||
script: ./autogen.sh && ./configure && make distcheck |
||||
os: |
||||
- linux |
||||
- osx |
||||
script: ./autogen.sh && ./configure && make distcheck -j2 |
||||
notifications: |
||||
email: false |
||||
|
Loading…
Reference in new issue