From d27a555b2403680023e63b0b2786aaa63529acd3 Mon Sep 17 00:00:00 2001 From: sachi3050 <122316201+sachi3050@users.noreply.github.com> Date: Sat, 27 May 2023 12:16:30 +0530 Subject: [PATCH] Update .travis.yml Corrected the Indentation of the YAML file --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5a5d012a59c..916d810c684 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,8 @@ node_js: - "6" branches: only: - - master - - production + - master + - production env: global: - CXX=g++-4.8 @@ -19,7 +19,7 @@ addons: packages: - g++-4.8 before_deploy: -- npm run preproduction + - npm run preproduction deploy: - provider: s3 access_key_id: AKIAI7XHSZFYVHFRTRIA @@ -48,4 +48,4 @@ deploy: branch: production condition: $UPDATE_STRINGS != true after_deploy: -- node invalidate.js + - node invalidate.js