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 dd70f62 commit d618fd4Copy full SHA for d618fd4
.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;
@@ -26,7 +25,6 @@ before_script:
26
25
fi
27
28
script:
29
30
31
./src/main/scripts/ci/check-build-and-verify.sh;
32
else
0 commit comments