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