1
0
Fork 0

Fix CI build

This commit is contained in:
Alex Kotov 2018-12-03 01:03:51 +05:00
parent 620d04bf80
commit 15b7a8e3fd
No known key found for this signature in database
GPG key ID: 4E831250F47DE154

View file

@ -14,6 +14,10 @@ env:
before_install:
- sudo apt install qt4-qmake libqt4-dev libqtwebkit-dev xvfb
install:
- bundle install --jobs=3 --retry=3
- npm install
before_script:
- psql -U postgres -c "CREATE DATABASE partynest_test;"