Skip to content

Commit

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

0 comments on commit cfd30d2

Please sign in to comment.