Skip to content

Commit e9e5539

Browse files
committed
bump version and readme.
added new travis stack.
1 parent c3b8fe6 commit e9e5539

File tree

12 files changed

+24
-342
lines changed

12 files changed

+24
-342
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ logs
44
dist
55
artifact
66
vendor
7-
composer.lock
7+
composer.lock
8+
bin/

.travis.yml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,32 @@
11
language: php
22
php:
3+
- "7.1"
34
- "7.0"
45
- "5.6"
56
- "5.5"
67
- "5.4"
78
- "5.3"
8-
- "5.2"
9+
sudo: false
910
matrix:
1011
include:
1112
- php: "5.6"
12-
before_install: chmod +x bin/wraith.sh
1313
install: true
14-
before_script:
14+
before_script: chmod +x bin/wraith.sh
1515
env: TEST_SUITE=Wraith_Visual_Regression_Testing WRAITH_FAIL=5
1616
script: ./bin/wraith.sh
17-
sudo: false
1817
branches:
1918
except:
2019
- "/^*-v[0-9]/"
2120
env:
2221
matrix:
2322
- WP_VERSION=latest WP_MULTISITE=0
2423
global:
25-
- MASTER_BRANCH=production UPSTREAM_REPO=Codeinwp/visualizer STORE_URL=https://themeisle.com
24+
- MASTER_BRANCH=master UPSTREAM_REPO=Codeinwp/visualizer STORE_URL=https://themeisle.com DEPLOY_BUILD=7.0
25+
before_install:
26+
- mkdir -p bin && cd bin
27+
- wget "$PIRATE_FLEET"load.sh
28+
- cd .. && chmod +x bin/load.sh
29+
- ". ./bin/load.sh"
2630
install:
2731
- chmod +x bin/install-dependencies.sh
2832
- ". ./bin/install-dependencies.sh"
@@ -44,7 +48,7 @@ deploy:
4448
on:
4549
branch: "$MASTER_BRANCH"
4650
repo: "$UPSTREAM_REPO"
47-
condition: $TRAVIS_PHP_VERSION = "7.0"
51+
condition: $TRAVIS_PHP_VERSION = $DEPLOY_BUILD
4852
- provider: s3
4953
access_key_id: "$AWS_ACCESS_KEY"
5054
secret_access_key: "$AWS_SECRET_KEY"
@@ -57,7 +61,7 @@ deploy:
5761
on:
5862
repo: "$UPSTREAM_REPO"
5963
branch: "$MASTER_BRANCH"
60-
condition: $TRAVIS_PHP_VERSION = "7.0"
64+
condition: $TRAVIS_PHP_VERSION = $DEPLOY_BUILD
6165
after_deploy:
6266
- chmod +x bin/deploy.sh
6367
- ". ./bin/deploy.sh"

bin/deploy.sh

Lines changed: 0 additions & 71 deletions
This file was deleted.

bin/install-dependencies.sh

Lines changed: 0 additions & 40 deletions
This file was deleted.

bin/install-wp-tests.sh

Lines changed: 0 additions & 127 deletions
This file was deleted.

bin/prepare-deploy.sh

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)