mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-25 01:20:30 +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"
|
||||
|
||||
stages:
|
||||
- install
|
||||
- name: install
|
||||
if: branch = "master"
|
||||
- test
|
||||
- build
|
||||
- name: test
|
||||
- name: build
|
||||
if: branch = "master"
|
||||
- pre-deploy
|
||||
- name: pre-deploy
|
||||
if: branch = "master"
|
||||
- deploy
|
||||
- name: deploy
|
||||
if: branch = "master"
|
||||
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user