From 01b557aeb34d51b2a63ee54ef38192f705d068e9 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Wed, 1 Feb 2017 08:41:53 -0800 Subject: [node] awscli doesn't support globs --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.1