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 b162fdd commit f2c7eecCopy full SHA for f2c7eec
.travis.yml
@@ -9,7 +9,6 @@ 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,7 +24,6 @@ before_script:
25
24
fi
26
27
script:
28
29
30
./src/main/scripts/ci/check-build-and-verify.sh;
31
else
0 commit comments