Skip to content

Commit c3fd910

Browse files
added missing libev4 dependency to CI config
1 parent 358af9c commit c3fd910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ python:
77
- '3.6'
88
- '3.7'
99
before_install:
10-
- sudo apt-get install -y libpcre3-dev
10+
- sudo apt-get install -y libev4 libpcre3-dev
1111
install:
1212
- bash <(curl -sL get.comby.dev)
1313
- pip install -r requirements.dev.txt

0 commit comments

Comments
 (0)