Skip to content

Commit

Permalink
add nodeJS version andfix travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
Vince-F committed May 5, 2019
1 parent cfd30d2 commit afd4e3a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
- 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

0 comments on commit afd4e3a

Please sign in to comment.