diff options
author | gumi <git@gumi.ca> | 2018-03-24 21:12:16 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2018-03-24 21:12:16 -0400 |
commit | 94e1d6a7f525fe79600919a03f897d9e8ce0b17d (patch) | |
tree | de59c0dc398c464c60436ec42a1839ac0c842075 | |
parent | 84a2465ae106f2ca3d272b47e46ed045e3b4d0ef (diff) | |
download | serverdata-94e1d6a7f525fe79600919a03f897d9e8ce0b17d.tar.gz serverdata-94e1d6a7f525fe79600919a03f897d9e8ce0b17d.tar.bz2 serverdata-94e1d6a7f525fe79600919a03f897d9e8ce0b17d.tar.xz serverdata-94e1d6a7f525fe79600919a03f897d9e8ce0b17d.zip |
make travis also output news.html
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index a4923b51..a7645cdc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ script: - make updates - make news - cp -v world/map/news.txt public/ + - cp -v world/map/news.html public/ - echo '<title>static update server</title><a href="Legacy.zip">Legacy.zip</a><br><a href="Legacy-music.zip">Legacy-music.zip</a><br><a href="news.txt">news.txt</a><br><a href="resources.xml">resources.xml</a>' > public/index.html deploy: |