Skip to content

Commit

Permalink
Merge 37e26ff into 6cb80e2
Browse files Browse the repository at this point in the history
  • Loading branch information
gmokki committed Jan 22, 2020
2 parents 6cb80e2 + 37e26ff commit 74d06e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
dist: trusty
dist: bionic
language: java
jdk:
- openjdk11
- oraclejdk8
- openjdk8
env:
global:
- BUILD_SYSTEM=travis
Expand Down
2 changes: 2 additions & 0 deletions travis/setup-db-mysql.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash -ev

service mysql start

mysql -v -e "create database nflow character set utf8mb4;" -u root
mysql -v -e "create user 'nflow'@'%' identified by 'nflow';" -u root
mysql -v -e "create user 'nflow'@'localhost' identified by 'nflow';" -u root
Expand Down

0 comments on commit 74d06e1

Please sign in to comment.