We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf9290 commit 3f4a216Copy full SHA for 3f4a216
.travis.yml
@@ -92,6 +92,8 @@ jobs:
92
- gem install cocoapods -v '1.6.1'
93
script:
94
- Scripts/run_prep.sh
95
+ after_failure:
96
+ - cat /tmp/build.out
97
98
- stage: 'Release'
99
name: Push to cocoapods.org
Scripts/run_prep.sh
@@ -55,7 +55,6 @@ function do_stuff {
55
echo
56
done
57
58
- aws s3 cp $BUILD_OUTPUT "s3://$AWS_BUCKET/$TRAVIS_REPO_SLUG/$TRAVIS_BUILD_NUMBER/$TRAVIS_JOB_NUMBER/"
59
dump_output
60
kill $! && trap " " EXIT
61
}
0 commit comments