Skip to content

Commit

Permalink
Remove SQL Checks
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisgoddard committed May 30, 2018
1 parent 72f77e6 commit fe676a2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Expand Up @@ -16,9 +16,6 @@ matrix:
allow_failures:
- php: hhvm

addons:
mariadb: '10.1'

before_script:
- git clone https://github.com/eustasy/normal-checks.git
- cd normal-checks
Expand All @@ -34,9 +31,6 @@ script:
- ./normal-checks/check-php.sh
- php normal-checks/check-json.php
- php normal-checks/check-xml.php
# Comment out following two lines if you don't wish to test any SQL files.
- sudo mysql -u root -e 'CREATE DATABASE IF NOT EXISTS tests_db;'
- sudo mysql -u root tests_db < empty/test.sql

notifications:
email:
Expand Down

0 comments on commit fe676a2

Please sign in to comment.