summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-07-08 01:06:12 -0300
committerJesusaves <cpntb1@ymail.com>2021-07-08 01:06:12 -0300
commit235e3ff538e208eac63acf54f6e1cb2e23591350 (patch)
tree30c29e9577a533c3f275dafafc8befde39a00c29 /.travis.yml
parent6967b9e0b63d19141d4f59b7933a960ac81916d0 (diff)
downloadserverdata-235e3ff538e208eac63acf54f6e1cb2e23591350.tar.gz
serverdata-235e3ff538e208eac63acf54f6e1cb2e23591350.tar.bz2
serverdata-235e3ff538e208eac63acf54f6e1cb2e23591350.tar.xz
serverdata-235e3ff538e208eac63acf54f6e1cb2e23591350.zip
Manual tweaks for the git history merge.
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