From 8769fc4dc19447f67a42eb941fb43ba7223772eb Mon Sep 17 00:00:00 2001 From: Arne Schauf Date: Sat, 3 Mar 2018 01:06:44 +0100 Subject: upgrade quasar to latest version --- .travis.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..e507f5f --- /dev/null +++ b/.travis.yml @@ -0,0 +1,27 @@ +language: node_js + +node_js: + - "8" + +notifications: + email: false +# irc: +# channels: +# - "irc.euirc.net#openclonk-dev" +# use_notice: true +# template: +# - "%{repository} (%{commit}): %{message}" + +install: + - npm install + +script: + - npm run-script build + +deploy: + provider: pages + skip_cleanup: true + github_token: $GITHUB_TOKEN + local_dir: "dist" + repo: "asmaps/larry-ui-build" + fqdn: "larry.asw.io" -- cgit v1.2.3-54-g00ecf