diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2016-11-07 18:38:01 +0100 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2016-11-15 10:07:47 -0800 |
commit | 223a95a74fe4a67b97520a4d8ab6383114aa8abd (patch) | |
tree | 4427c03f1654682cd6c1a01d27f4456918611630 /.travis.yml | |
parent | c78c97f346989524b84f90c4c72049f84d5346af (diff) | |
download | qtlocation-mapboxgl-223a95a74fe4a67b97520a4d8ab6383114aa8abd.tar.gz |
[build] add binary size logging to Linux Release builds
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index bf13fb517b..a50d265cd5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,6 +49,8 @@ script: after_script: - ccache --show-stats - ./platform/linux/scripts/after_script.sh ${TRAVIS_JOB_NUMBER} +after_success: + - ./platform/linux/scripts/after_success.sh matrix: include: |