Skip to content

Commit

Permalink
build: revert skip MariaDB while Travis CI issues are resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Jan 14, 2017
1 parent f7c1462 commit e2a0ec6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Expand Up @@ -18,11 +18,6 @@ matrix:
- node_js: '4.7'
env: MYSQL_TYPE=mariadb MYSQL_HOST=localhost MYSQL_DATABASE=node_mysql MYSQL_USER=root MYSQL_PASSWORD=
addons: {mariadb: '10.1'}
allow_failures:
# Allow MariaDB to fail while https://github.com/travis-ci/travis-ci/issues/5837 is being resolved
- node_js: '4.7'
env: MYSQL_TYPE=mariadb MYSQL_HOST=localhost MYSQL_DATABASE=node_mysql MYSQL_USER=root MYSQL_PASSWORD=
addons: {mariadb: '10.1'}

sudo: false

Expand Down

0 comments on commit e2a0ec6

Please sign in to comment.