summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml32
1 files changed, 0 insertions, 32 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index a2cea500..00000000
--- a/.travis.yml
+++ /dev/null
@@ -1,32 +0,0 @@
-sudo: false
-dist: trusty
-language: c
-compiler: clang
-
-addons:
- apt:
- packages:
- - zlibc
-
-env:
- - UPDATE_DIR=../../../public UPDATE_HTTP=none
-
-script:
- - mkdir public
- - make updates
- - make news
- - cp -v world/map/news.txt public/
- - cp -v world/map/news.html public/
- - cp -v world/map/news.rss public/
- - cp -v world/map/news.json public/
- - echo '<title>static update server</title><a href="TMW.zip">TMW.zip</a><br><a href="TMW-music.zip">TMW-music.zip</a><br><a href="news.txt">news.txt</a><br><a href="resources.xml">resources.xml</a>' > public/index.html
-
-deploy:
- provider: pages
- skip-cleanup: true
- github-token: $GITHUB_TOKEN # Set in travis-ci.org dashboard, marked secure
- keep-history: false
- local-dir: public
- target-branch: gh-pages
- on:
- branch: stable