mcmotdparser
Version:
A parser for Minecraft Motds in the old style (plain text) and in the new style (json).
17 lines (16 loc) • 357 B
YAML
language: node_js
node_js: "node"
if: tag IS blank
script: npx gulp
before_deploy:
- git tag "Build_$TRAVIS_BUILD_NUMBER"
deploy:
provider: releases
api_key: '$GITHUB_API_KEY'
file_glob: true
file: dist/**/*
on:
tag: true
branch: master
skip_cleanup: true
name: "Build $TRAVIS_BUILD_NUMBER on $(date +'%d.%m.%Y %R')"