Skip to content

Commit

Permalink
Fix .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TAKESHI SHIMADA committed Nov 23, 2018
1 parent e429c5c commit 1d312b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ before_install:
- sudo service mysql stop
- docker pull mysql:8.0.3
- docker run -d -p 127.0.0.1:3306:3306 --name mysqld -e MYSQL_DATABASE=cactacea -e MYSQL_USER=cactacea -e MYSQL_PASSWORD=cactacea -e MYSQL_ROOT_PASSWORD=root mysql:8.0.3 --innodb_log_file_size=256MB --innodb_buffer_pool_size=512MB --max_allowed_packet=16MB --local-infile=1 --character-set-server=utf8 --collation-server=utf8_unicode_ci
- mkdir -p target/scala-2.12/coverage-report/

script:
- export CODACY_PROJECT_TOKEN=272e483af831425ba3d30673b81281ef
Expand Down

0 comments on commit 1d312b6

Please sign in to comment.