Browse Source

try to fix libev

pull/4/merge
Max Lv 11 years ago
parent
commit
bb3cd6cf3b
1 changed files with 1 additions and 1 deletions
  1. 2
      .travis.yml

2
.travis.yml

@ -2,7 +2,7 @@ language: c
compiler:
- gcc
- clang
script: "sudo apt-get install libev4 && ./configure && make"
script: "sudo apt-get install libev-dev && ./configure && make"
branches:
only:
- master

Loading…
Cancel
Save