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 5c976d5 commit 8a4b619Copy full SHA for 8a4b619
.travis.yml
@@ -7,6 +7,7 @@ script:
7
- bash ci/script.sh
8
9
after_success:
10
+ - set -e
11
- bash ci/after-success.sh
12
13
branches:
ci/after-success.sh
@@ -1,6 +1,7 @@
1
set -euxo pipefail
2
3
main() {
4
+ mkdir ghp-import
5
curl -Ls https://github.com/davisp/ghp-import/archive/master.tar.gz |
6
tar --strip-components 1 -C ghp-import -xz
0 commit comments