From 7a853781231fc6da7ff1a296e1cb72841943c729 Mon Sep 17 00:00:00 2001 From: Nayara Date: Sat, 10 Aug 2019 21:21:44 -0300 Subject: [PATCH] =?UTF-8?q?SEM-ISSUE=20-=20Corrige=20endere=C3=A7o=20do=20?= =?UTF-8?q?script=20de=20testes=20funcionais=20na=20pipeline?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 445f6d66..a33c01e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,7 +50,7 @@ jobs: - sleep 3 - yarn start --detach 2>&1 & - sleep 5 - script: ./src/tests/functional/runSmokeTest.sh + script: ./tests/functional/runSmokeTest.sh after_script: - pkill node - stage: deploy