From 492bae3df00a8fa126e105545d3f311ef2c3abf4 Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Mon, 3 Jun 2019 13:02:45 +0200 Subject: [PATCH] Improve stages naming --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 80c68fc51..dadd0b98f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,10 +9,10 @@ branches: env: SLS_IGNORE_WARNING=* # Default env stages: - - name: test - - name: integration-test + - name: Test + - name: Integration Test if: branch = master AND type = push - - name: deploy + - name: Deploy if: tag =~ ^v\d+\.\d+\.\d+$ jobs: @@ -56,7 +56,7 @@ jobs: - name: "Unit Tests - Linux - Node.js v6" node_js: 6 - - stage: integration-test + - stage: Integration Test name: "Integration Tests - Linux - Node.js v12" node_js: 12 env: @@ -69,7 +69,7 @@ jobs: - npm run integration-test-run-all - npm run integration-test-cleanup - - stage: deploy + - stage: Deploy script: skip deploy: provider: npm