Remove useless 'set' commands

This commit is contained in:
Vadim Kaushan 2019-03-17 16:28:53 +03:00
parent 662dcb67d2
commit 41b4c1c1e6
No known key found for this signature in database
GPG Key ID: A501C5DF67C05C4E
1 changed files with 0 additions and 3 deletions

View File

@ -21,8 +21,6 @@ matrix:
if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
before_install: set -e
install:
- bash ci/install.sh
- export PATH="$PATH:$PWD/gcc/bin"
@ -30,7 +28,6 @@ install:
script:
- bash ci/script.sh
after_script: set +e
cache: cargo
before_cache: