Remove sqlite env var

This commit is contained in:
snipe 2016-04-12 23:45:14 -07:00
parent 4def8b7349
commit 561bf038f7

View file

@ -12,10 +12,6 @@ php:
- 5.6
- 7.0
# optionally specify a list of environments, for example to test different RDBMS
env:
- DB=sqlite_testing
# execute any number of scripts before the test run, custom env's are available as variables
before_script:
# - php -S localhost:8000 &