We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d6fccf commit 659f845Copy full SHA for 659f845
.travis.yml
@@ -2,7 +2,7 @@ language: c
2
compiler:
3
- gcc
4
- clang
5
-script: "sudo apt-get install libev-dev && ./configure && make"
+script: "./configure && make"
6
branches:
7
only:
8
- master
0 commit comments