sudo: false dist: trusty language: c compiler: clang addons: apt: packages: - zlibc env: - UPDATE_DIR=../../../public UPDATE_HTTP=none branches: only: - stable ## See https://github.com/travis-ci/travis-ci/issues/7459#issuecomment-287040521 ## See https://github.com/travis-ci/travis-ci/issues/7459#issuecomment-601346831 before_install: # Check commit matches expected commit (because of Travis bug) - | if [[ "$TRAVIS_COMMIT" != "$(git rev-parse HEAD)" ]]; then echo "Commit $(git rev-parse HEAD) doesn't match expected commit $TRAVIS_COMMIT" fi 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 '