aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml27
1 files changed, 27 insertions, 0 deletions
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"