Skip to content

Commit

Permalink
Add --disable-dependency-tracking for Travis CI
Browse files Browse the repository at this point in the history
This should speed up the build as all Travis CI builds are
from scratch and generating dependency info is not of any help.
  • Loading branch information
geckoneer committed Nov 9, 2015
1 parent fab06d7 commit 0f8aad3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -104,6 +104,7 @@ before_script:
./configure \
--enable-option-checking=fatal \
--disable-static \
--disable-dependency-tracking \
`conf_opt gconf` \
`conf_opt gsettings` \
`conf_opt xml` \
Expand Down

0 comments on commit 0f8aad3

Please sign in to comment.