Skip to content

Commit

Permalink
fix: use correct package name
Browse files Browse the repository at this point in the history
  • Loading branch information
ibacher committed Jul 24, 2019
1 parent da9372d commit 612c640
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ sudo: false
addons:
apt:
packages:
- maria-server
- mariadb-server
homebrew:
packages:
- mariadb
update: true

before_script:
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then mysql.server start; fi
Expand Down

0 comments on commit 612c640

Please sign in to comment.