Skip to content

Commit

Permalink
enabled repobuild for submodules on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Jansky committed Sep 27, 2017
1 parent e44b8f4 commit 7407bc6
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 @@ -30,5 +30,5 @@ before_install:

script:
- git submodule init; git submodule update
- ./bootstrap.sh && ./configure && make clean && make -j5
- ./bootstrap.sh && ./configure --enable-repobuild && make clean && make -j5

0 comments on commit 7407bc6

Please sign in to comment.