diff options
| author | Gergely Nagy <algernon@madhouse-project.org> | 2012-04-29 01:01:52 +0200 |
|---|---|---|
| committer | Gergely Nagy <algernon@madhouse-project.org> | 2012-04-29 01:01:52 +0200 |
| commit | 6c0aa3ce24cfbe890c23c04f634cb8938d14f9f1 (patch) | |
| tree | b9ef1d5fcc32d9d781439f84e0981ff69ac1bb81 | |
| parent | 4375514b3fdc99bca58894592808948f4b833eff (diff) | |
| download | libumberlog-6c0aa3ce24cfbe890c23c04f634cb8938d14f9f1.tar.gz libumberlog-6c0aa3ce24cfbe890c23c04f634cb8938d14f9f1.tar.xz libumberlog-6c0aa3ce24cfbe890c23c04f634cb8938d14f9f1.zip | |
.travis.yml: Install check too
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 20cb111..305bc09 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: c -install: sudo apt-get install libjson0-dev +install: sudo apt-get install libjson0-dev check before_script: - ./autogen.sh script: |
