diff options
| author | Stelios Tsampas <loathingkernel@gmail.com> | 2017-10-09 18:15:38 +0300 |
|---|---|---|
| committer | Stelios Tsampas <loathingkernel@gmail.com> | 2018-01-11 15:36:47 +0200 |
| commit | 75fff89edf17caaf7b20c63d9f7049999a4da1d8 (patch) | |
| tree | 6c34a0d8676e283c8edbc444cb674e899680626c | |
| parent | 734ec12c40ae505e08a07187c79af24ba42a8cef (diff) | |
* Hopefully travis will be happy now and start make
| -rw-r--r-- | .travis.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index d385f1ef..b3220642 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,9 +6,11 @@ compiler: addons: apt: packages: - - autoconf - autoconf-archive - - automake + - intltool + - libgtk-3-dev + - libsdl2-dev + - libxtst-dev script: - ./autogen.sh |
