diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-02-27 03:04:50 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-02-27 03:04:50 -0500 |
commit | 416e5ad8868d380939bc24d738e7f183fad1ac0a (patch) | |
tree | ff7ba82e80899fe933a2e46c863d2906d5ae86c7 /.travis.yml | |
parent | f33b94c6ab107d169daf02db4781f690343f1ab5 (diff) |
travis.yml: we don't need gtk-doc-tools anymore
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3fbb1a180d..2db3a5ca15 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ compiler: - clang before_install: - sudo apt-get update -qq - - sudo apt-get install autotools-dev automake autoconf libtool gtk-doc-tools gperf + - sudo apt-get install autotools-dev automake autoconf libtool gperf script: ./autogen.sh && ./configure && make V=1 distcheck notifications: irc: |