Skip to content

Commit

Permalink
travis kick - add maria
Browse files Browse the repository at this point in the history
  • Loading branch information
kamransaleem committed Apr 6, 2020
1 parent bb20364 commit 5565b3b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ jobs:
- mvn -s .lgtm.settings.xml -Plgtm-postgres clean package;
- npm run-script test --prefix ./waltz-ng

# - stage: Test
# env: DB=mariadb
# addons:
# mariadb: 10.1
# before_script:
# - sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'CREATE DATABASE IF NOT EXISTS waltz; CHARACTER SET=\'utf8\''; fi"
# script:
# - mvn -s .lgtm.settings.xml -Plgtm-mariadb clean package;
# - npm run-script test --prefix ./waltz-ng
- stage: Test
env: DB=mariadb
addons:
mariadb: 10.1
before_script:
- sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'CREATE DATABASE IF NOT EXISTS waltz; CHARACTER SET=\'utf8\''; fi"
script:
- mvn -s .lgtm.settings.xml -Plgtm-mariadb clean package;
- npm run-script test --prefix ./waltz-ng

0 comments on commit 5565b3b

Please sign in to comment.