From a785699f97f4dcdccd571d7f1e5d31ec9b179fe8 Mon Sep 17 00:00:00 2001 From: selul Date: Tue, 21 May 2019 14:48:04 +0300 Subject: [PATCH] fix: build php version for deployment stage --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8e20778c..1f9e8a5b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,6 +39,8 @@ jobs: - ./bin/run-unit-tests.sh - stage: deploy + php: 7.0 + name: "Deployment" before_install: - nvm install && nvm use - npm install npm -g @@ -50,4 +52,4 @@ stages: - name: deploy if: branch = master and type != "pull_request" and repo = "Codeinwp/themeisle-sdk" - name: test - if: type = "pull_request" \ No newline at end of file + if: type = "pull_request"