Skip to content

Commit

Permalink
fix: build php version for deployment stage
Browse files Browse the repository at this point in the history
  • Loading branch information
selul committed May 21, 2019
1 parent 259e78f commit a785699
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
if: type = "pull_request"

0 comments on commit a785699

Please sign in to comment.