diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-05-29 10:42:04 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-05-29 10:42:04 +0200 |
commit | fe6d9391faf4ada52509306cf9ad23cb7e0253cb (patch) | |
tree | 298a17fa13832654146e63f43eff146efbe1d447 | |
parent | 960d298387383507effc828130295c0b8f4d38dc (diff) | |
download | vconsole-fe6d9391faf4ada52509306cf9ad23cb7e0253cb.tar.gz |
travis: add ninja-build
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 7a03019..44e170a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ addons: - python3 - python3-pip - python3-setuptools + - ninja-build - libgtk-3-dev - libvte-2.91-dev - libxml2-dev |