1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-14 13:54:50 +00:00
TiddlyWiki5/.travis.yml

27 lines
512 B
YAML
Raw Normal View History

language: node_js
- "node"
stages:
- name: install
if: branch = "master"
- name: test
- name: build
if: branch = "master"
- name: pre-deploy
if: branch = "master"
- name: deploy
if: branch = "master"
jobs:
include:
- stage: install
script: npm --force install tiddlywiki
- stage: test
script: ./bin/test.sh
- stage: build
script: ./bin/build-site.sh
- stage: pre-deploy
2019-01-05 18:35:56 +00:00
script: skip
- stage: deploy
script: ./bin/deploy-site.sh