Skip to content

Commit 3f4a216

Browse files
remove aws dependency (#256)
1 parent daf9290 commit 3f4a216

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ jobs:
9292
- gem install cocoapods -v '1.6.1'
9393
script:
9494
- Scripts/run_prep.sh
95+
after_failure:
96+
- cat /tmp/build.out
9597

9698
- stage: 'Release'
9799
name: Push to cocoapods.org

Scripts/run_prep.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ function do_stuff {
5555
echo
5656
done
5757

58-
aws s3 cp $BUILD_OUTPUT "s3://$AWS_BUCKET/$TRAVIS_REPO_SLUG/$TRAVIS_BUILD_NUMBER/$TRAVIS_JOB_NUMBER/"
5958
dump_output
6059
kill $! && trap " " EXIT
6160
}

0 commit comments

Comments
 (0)