Skip to content

Commit

Permalink
chore, deploy releases with tzmaps
Browse files Browse the repository at this point in the history
  • Loading branch information
hroptatyr committed Aug 7, 2017
1 parent 5735420 commit 488ecb3
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 @@ -46,7 +46,7 @@ script:
make -j2 clean && make -j2 check;
fi
- if [ "$CHECK" = "distcheck" ]; then
./configure || { cat config.log; false; } &&
./configure --enable-tzmap-fetch || { cat config.log; false; } &&
make -j2 all && make -j2 distcheck;
fi

Expand Down

0 comments on commit 488ecb3

Please sign in to comment.