You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
270 B

11 years ago
11 years ago
11 years ago
  1. language: c
  2. compiler:
  3. - gcc
  4. - clang
  5. script: "sudo apt-get install libev-dev && ./configure && make"
  6. branches:
  7. only:
  8. - master
  9. notifications:
  10. recipients:
  11. - max.c.lv@gmail.com
  12. email:
  13. on_success: change
  14. on_failure: always