Fix CI build
This commit is contained in:
parent
620d04bf80
commit
15b7a8e3fd
1 changed files with 4 additions and 0 deletions
|
@ -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;"
|
||||
|
||||
|
|
Reference in a new issue