Skip to content
Snippets Groups Projects
Commit 800652e1 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

travis: init submodules recursively

parent a31d05d0
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,9 @@ compiler:
addons:
postgresql: "9.1"
before_install:
- git submodule update --init --recursive
before_script:
- psql -c "CREATE USER tarantool WITH PASSWORD 'tarantool';" -U postgres
- psql -c "CREATE DATABASE tarantool;" -U postgres
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment