BetterDiscordApp-rauenzi/.travis.yml

30 lines
376 B
YAML
Raw Normal View History

language: node_js
node_js:
- "node"
git:
autocrlf: true
branches:
only:
2020-07-27 01:11:16 +02:00
- stable
install:
- npm install
script:
2020-07-26 11:37:11 +02:00
- npm run deploy
- npm run test
- npm run lint
deploy:
provider: pages
skip_cleanup: true
github_token: $TRAVIS_ACCESS
keep_history: true
local_dir: .
name: BetterDiscord Deployment
target_branch: gh-pages
on:
2020-07-27 01:11:16 +02:00
branch: stable