Skip to content

Commit 8a4b619

Browse files
committed
fix after-success.sh
1 parent 5c976d5 commit 8a4b619

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ script:
77
- bash ci/script.sh
88

99
after_success:
10+
- set -e
1011
- bash ci/after-success.sh
1112

1213
branches:

ci/after-success.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
set -euxo pipefail
22

33
main() {
4+
mkdir ghp-import
45
curl -Ls https://github.com/davisp/ghp-import/archive/master.tar.gz |
56
tar --strip-components 1 -C ghp-import -xz
67

0 commit comments

Comments
 (0)