From da864e23d680da5036d965c471febab09143966b Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sat, 5 Jan 2019 12:10:55 +0000 Subject: [PATCH] CI: Fix YAML errors I don't understand YAML --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4abf5eb4f..ccc2379b8 100644 --- a/.travis.yml +++ b/.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: