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 d5289a4 commit 0b3ec75Copy full SHA for 0b3ec75
.travis.yml
@@ -9,6 +9,7 @@ env:
9
- secure: "fBav56BzY+A+Vs1g9YSfo1oLDCO1rFrXl49lJkOA5/XpnsKEEs4lI2RcOzz0wiJKXFNgcliiAJWoYMI8Esqz+lkyFWan4ij5Co0UzJcytDuY+2o+jaqwx45DuDYPogABzT+hWjLCxQLLG46gUkChzT8kcvOOn6JxC7Ff8q5MnoM="
10
11
before_script:
12
+ - set -o errexit # exit immediately when commands return a non-zero status
13
- if [ "$SPRING_PROFILES_ACTIVE" = 'travis' ]; then
14
mysql -u travis -e 'CREATE DATABASE mystamps CHARACTER SET utf8;';
15
mkdir -p /tmp/uploads /tmp/preview;
@@ -25,6 +26,7 @@ before_script:
25
26
fi
27
28
script:
29
30
31
./src/main/scripts/ci/check-build-and-verify.sh;
32
else
0 commit comments