blessing-skin-server/.travis.yml

23 lines
430 B
YAML
Raw Normal View History

2019-03-15 22:18:20 +08:00
language: php
php: 7.3
2019-03-17 13:47:42 +08:00
install: true
script: true
before_deploy:
2019-03-15 22:25:23 +08:00
- nvm install 10
- node -v
2019-03-15 22:28:53 +08:00
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.15.2
2019-03-15 22:25:23 +08:00
- export PATH="$HOME/.yarn/bin:$PATH"
2019-03-18 10:02:35 +08:00
- RELEASE_TAG=$TRAVIS_TAG ./scripts/release.sh
2019-03-15 22:18:20 +08:00
deploy:
provider: releases
api_key: $GITHUB_TOKEN
file: blessing-skin-server-$TRAVIS_TAG.zip
2019-03-15 22:39:51 +08:00
name: $TRAVIS_TAG
2019-03-15 22:18:20 +08:00
draft: true
skip_cleanup: true
on:
tags: true