From cfd30d257c2ab411eb8d295a2560f76f1f62df22 Mon Sep 17 00:00:00 2001 From: Vince Date: Sun, 5 May 2019 22:31:24 +0200 Subject: [PATCH] fix travis file --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index ccae80d..ce5de05 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: node_js jobs: include: - stage: install - script cd ./appcore && npm install && npm run build - - script cd ../appcore-data-persistence && npm install && npm run build - - script cd ../timelog-ui && npm install && npm run build - - script cd ../timelog-desktop-app && npm install && npm run dist \ No newline at end of file + script: cd ./appcore && npm install && npm run build + - script: cd ../appcore-data-persistence && npm install && npm run build + - script: cd ../timelog-ui && npm install && npm run build + - script: cd ../timelog-desktop-app && npm install && npm run dist \ No newline at end of file