Skip to content

Commit f2c7eec

Browse files
committed
Revert ".travis.yml: fail build when code in before_script or script blocks fails."
This reverts commit 0b3ec75.
1 parent b162fdd commit f2c7eec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ env:
99
- secure: "fBav56BzY+A+Vs1g9YSfo1oLDCO1rFrXl49lJkOA5/XpnsKEEs4lI2RcOzz0wiJKXFNgcliiAJWoYMI8Esqz+lkyFWan4ij5Co0UzJcytDuY+2o+jaqwx45DuDYPogABzT+hWjLCxQLLG46gUkChzT8kcvOOn6JxC7Ff8q5MnoM="
1010

1111
before_script:
12-
- set -o errexit # exit immediately when commands return a non-zero status
1312
- if [ "$SPRING_PROFILES_ACTIVE" = 'travis' ]; then
1413
mysql -u travis -e 'CREATE DATABASE mystamps CHARACTER SET utf8;';
1514
mkdir -p /tmp/uploads /tmp/preview;
@@ -25,7 +24,6 @@ before_script:
2524
fi
2625

2726
script:
28-
- set -o errexit # exit immediately when commands return a non-zero status
2927
- if [ "$SPRING_PROFILES_ACTIVE" = 'travis' ]; then
3028
./src/main/scripts/ci/check-build-and-verify.sh;
3129
else

0 commit comments

Comments
 (0)