Compiling sqlite3 from source before running CI tests.

This commit is contained in:
Rodrigo Saboya 2018-12-06 11:14:21 -02:00
parent 8403e9386c
commit a6c1d41253

View File

@ -17,6 +17,7 @@ before_script:
- sudo service postgresql stop
- docker-compose up -d
- cp ormconfig.travis.json ormconfig.json
- npm install sqlite3 --build-from-source
script:
- npm test