Browse Source

build with libev

pull/131/head
Max Lv 10 years ago
parent
commit
659f845bf9
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 libev-dev && ./configure && make"
script: "./configure && make"
branches:
only:
- master

Loading…
Cancel
Save