Skip to content

Commit 6935a96

Browse files
committed
Remove double deploy.
1 parent 257d0e2 commit 6935a96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ php:
88
- "5.2"
99
matrix:
1010
include:
11+
- php: "5.6"
1112
before_install: chmod +x bin/wraith.sh
1213
install: true
1314
before_script:
@@ -56,7 +57,7 @@ deploy:
5657
on:
5758
repo: "$UPSTREAM_REPO"
5859
branch: "$MASTER_BRANCH"
59-
condition: $TRAVIS_PHP_VERSION = "7.0"
60+
condition: $TEST_SUITE = "Wraith_Visual_Regression_Testing"
6061
after_deploy:
6162
- chmod +x bin/deploy.sh
6263
- ". ./bin/deploy.sh"

0 commit comments

Comments
 (0)