1
0
Fork 0

Fix CI build

This commit is contained in:
Alex Kotov 2018-12-01 04:48:16 +05:00
parent b83d8b2972
commit ddc768410c
No known key found for this signature in database
GPG key ID: 4E831250F47DE154

View file

@ -12,7 +12,9 @@ env:
- POSTGRES_DB=partynest_test
before_install:
- sudo apt install qt4-qmake libqt4-dev libqtwebkit-dev
- sudo apt install qt4-qmake libqt4-dev libqtwebkit-dev xvfb
before_script:
- psql -U postgres -c "CREATE DATABASE partynest_test;"
script: xvfb-run -a bundle exec rake