Skip to content

Commit

Permalink
build both source and build versions
Browse files Browse the repository at this point in the history
  • Loading branch information
oetiker committed Feb 27, 2019
1 parent d499ff3 commit 3d3ad6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: node_js
node_js: "10"

script:
- node_modules/.bin/qx compile --machine-readable --target=build
- node_modules/.bin/qx serve --machine-readable --target=source --listen-port=8089 &
- while ! nc -z localhost 8089; do sleep 1; done
- node source-output/resource/qxl/testtapper/run.js http://localhost:8089/testtapper/
Expand Down

0 comments on commit 3d3ad6c

Please sign in to comment.