mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-26 01:50:28 +00:00
CI: Fix YAML errors
I don't understand YAML
This commit is contained in:
parent
d58bc33df4
commit
da864e23d6
10
.travis.yml
10
.travis.yml
@ -2,14 +2,14 @@ language: node_js
|
|||||||
- "node"
|
- "node"
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- install
|
- name: install
|
||||||
if: branch = "master"
|
if: branch = "master"
|
||||||
- test
|
- name: test
|
||||||
- build
|
- name: build
|
||||||
if: branch = "master"
|
if: branch = "master"
|
||||||
- pre-deploy
|
- name: pre-deploy
|
||||||
if: branch = "master"
|
if: branch = "master"
|
||||||
- deploy
|
- name: deploy
|
||||||
if: branch = "master"
|
if: branch = "master"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user