Browse Source

[TravisCI] install libgtk2.0-dev for building neko

Andy Li 8 years ago
parent
commit
156bda1f95
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -36,6 +36,7 @@ install_linux: &install_linux
       camlp4
       libpcre3-dev
       zlib1g-dev
+      libgtk2.0-dev
       awscli
   - wget https://raw.github.com/ocaml/opam/master/shell/opam_installer.sh -O - | sh -s /usr/local/bin system
   - export OPAMYES=1