diff --git a/.travis.yml b/.travis.yml index ce5de05..8fa9c37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,10 @@ language: node_js - +node_js: + - "10" 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-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