install libev-dev in gitlab-ci

This commit is contained in:
James F. Carter
2016-10-05 11:26:46 +01:00
parent 0fd16822ea
commit 8de0780125

View File

@@ -1,7 +1,7 @@
image: "ruby:2.1" image: "ruby:2.1"
before_script: before_script:
- apt-get update; apt-get install -y check - apt-get update; apt-get install -y check libev-dev
unit_test: unit_test:
script: script: