Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
blueness committed Oct 13, 2015
1 parent ff28cff commit 4ea0be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ compiler:
before_install:
- sudo apt-get update -qq
- sudo apt-get install autotools-dev automake autoconf libtool gtk-doc-tools gperf
script: ./autogen.sh && ./configure --enable-gtk-doc && make V=1 && make distcheck
script: ./autogen.sh && ./configure && make V=1 distcheck
notifications:
irc:
channels:
Expand Down

0 comments on commit 4ea0be0

Please sign in to comment.