From 894a1109733af4b5a7417a461f1078369f1fed2c Mon Sep 17 00:00:00 2001 From: Leandro Roberto Date: Sun, 27 Jan 2019 22:06:04 -0200 Subject: [PATCH] =?UTF-8?q?teste=20de=20configura=C3=A7=C3=A3o=20do=20trav?= =?UTF-8?q?is?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 64e37c1e0..e5b04e739 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,20 +3,20 @@ language: python python: - 3.5 -node_js: - - 10.15.0 - services: - postgresql +before_install: + - nvm install 10.15.0 + install: - pip install -r requirements/test-requirements.txt - -before_script: - cd sapl-frontend - yarn install - yarn build - cd .. + +before_script: - cp sapl/.env_test sapl/.env - psql -c "CREATE USER sapl WITH PASSWORD 'sapl'" -U postgres; - psql -c "CREATE DATABASE sapl OWNER sapl;" -U postgres