Skip to content

Commit

Permalink
ICU-20605 travis: make dist
Browse files Browse the repository at this point in the history
- run 'make dist' after the linux clang build
  • Loading branch information
srl295 committed Mar 14, 2020
1 parent 5c8b142 commit 2c823cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ matrix:
- make -j2 check
- ( cd test/depstest && python3 depstest.py ../../../source/ )
- ( cd .. && source/test/hdrtst/testtagsguards.sh )
- make dist # not sure if this is -j safe everywhere.

- name: "c: osx clang"
language: cpp
Expand Down

0 comments on commit 2c823cb

Please sign in to comment.