Skip to content

Commit 41b4c1c

Browse files
committed
Remove useless 'set' commands
1 parent 662dcb6 commit 41b4c1c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,13 @@ matrix:
2121
if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
2222

2323

24-
before_install: set -e
25-
2624
install:
2725
- bash ci/install.sh
2826
- export PATH="$PATH:$PWD/gcc/bin"
2927

3028
script:
3129
- bash ci/script.sh
3230

33-
after_script: set +e
3431

3532
cache: cargo
3633
before_cache:

0 commit comments

Comments
 (0)