diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2017-02-01 08:41:53 -0800 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2017-02-01 11:21:13 -0600 |
commit | 01b557aeb34d51b2a63ee54ef38192f705d068e9 (patch) | |
tree | 2dca9c0449ac1e958e83d6ed1a36d8404eff8f3e /.travis.yml | |
parent | 9c5abc122176a9080f03754e88c0bab4c08a034b (diff) | |
download | qtlocation-mapboxgl-01b557aeb34d51b2a63ee54ef38192f705d068e9.tar.gz |
[node] awscli doesn't support globs
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index c612ff4093..5aff3b1ccc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -102,7 +102,7 @@ matrix: - ccache --show-stats - ./platform/node/scripts/after_script.sh ${TRAVIS_JOB_NUMBER} after_failure: - - aws s3 cp --acl public-read *.trace s3://mapbox/mapbox-gl-native/render-tests/$TRAVIS_JOB_NUMBER + - aws s3 cp . s3://mapbox/mapbox-gl-native/render-tests/$TRAVIS_JOB_NUMBER --recursive --exclude "*" --include "*.trace" # EGL - Node - Clang 3.8 - Release - os: linux @@ -131,7 +131,7 @@ matrix: after_success: - ./platform/node/scripts/after_success.sh after_failure: - - aws s3 cp --acl public-read *.trace s3://mapbox/mapbox-gl-native/render-tests/$TRAVIS_JOB_NUMBER + - aws s3 cp . s3://mapbox/mapbox-gl-native/render-tests/$TRAVIS_JOB_NUMBER --recursive --exclude "*" --include "*.trace" # EGL - GCC 5 - Debug (Coverage) - os: linux |