mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Remove sqlite env var
This commit is contained in:
parent
4def8b7349
commit
561bf038f7
|
@ -12,10 +12,6 @@ php:
|
||||||
- 5.6
|
- 5.6
|
||||||
- 7.0
|
- 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
|
# execute any number of scripts before the test run, custom env's are available as variables
|
||||||
before_script:
|
before_script:
|
||||||
# - php -S localhost:8000 &
|
# - php -S localhost:8000 &
|
||||||
|
|
Loading…
Reference in a new issue