Skip to content

Commit

Permalink
Trying to revert renaming stages
Browse files Browse the repository at this point in the history
  • Loading branch information
morozov committed Apr 30, 2018
1 parent 5d20aec commit e578170
Showing 1 changed file with 51 additions and 51 deletions.
102 changes: 51 additions & 51 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ after_script:
fi
stages:
- smoke testing
- test
- coding standard
- Smoke Testing
- Test
- Coding Standard

jobs:
allow_failures:
- php: nightly
- stage: coding standard
- stage: Coding standard

exclude:
- php: 7.1
Expand All @@ -69,11 +69,11 @@ jobs:
env: DB=mysqli

include:
- stage: smoke testing
- stage: Smoke Testing
php: 7.1
env: DB=sqlite COVERAGE=yes

- stage: smoke testing
- stage: Smoke Testing
if: type = pull_request
php: 7.1
env: DB=none CODING_STANDARDS
Expand All @@ -88,249 +88,249 @@ jobs:
- wget https://github.com/diff-sniffer/git/releases/download/0.1.0/git-phpcs.phar
- php git-phpcs.phar origin/$TRAVIS_BRANCH...$TRAVIS_PULL_REQUEST_SHA

- stage: test
- stage: Test
php: 7.1
env: DB=mysql COVERAGE=yes

- stage: test
- stage: Test
php: 7.1
env: DB=mysqli COVERAGE=yes

- stage: test
- stage: Test
php: 7.1
env: DB=mysql MYSQL_VERSION=5.7 COVERAGE=yes
sudo: required
before_script:
- bash ./tests/travis/install-mysql-5.7.sh

- stage: test
- stage: Test
php: 7.2
env: DB=mysql MYSQL_VERSION=5.7
sudo: required
before_script:
- bash ./tests/travis/install-mysql-5.7.sh

- stage: test
- stage: Test
php: nightly
env: DB=mysql MYSQL_VERSION=5.7
sudo: required
before_script:
- bash ./tests/travis/install-mysql-5.7.sh

- stage: test
- stage: Test
php: 7.1
env: DB=mysqli MYSQL_VERSION=5.7 COVERAGE=yes
sudo: required
before_script:
- bash ./tests/travis/install-mysql-5.7.sh

- stage: test
- stage: Test
php: 7.2
env: DB=mysqli MYSQL_VERSION=5.7
sudo: required
before_script:
- bash ./tests/travis/install-mysql-5.7.sh

- stage: test
- stage: Test
php: nightly
env: DB=mysqli MYSQL_VERSION=5.7
sudo: required
before_script:
- bash ./tests/travis/install-mysql-5.7.sh

- stage: test
- stage: Test
php: 7.1
env: DB=mariadb MARIADB_VERSION=10.0 COVERAGE=yes
addons:
mariadb: 10.0

- stage: test
- stage: Test
php: 7.2
env: DB=mariadb MARIADB_VERSION=10.0
addons:
mariadb: 10.0

- stage: test
- stage: Test
php: nightly
env: DB=mariadb MARIADB_VERSION=10.0
addons:
mariadb: 10.0

- stage: test
- stage: Test
php: 7.1
env: DB=mariadb MARIADB_VERSION=10.1 COVERAGE=yes
addons:
mariadb: 10.1

- stage: test
- stage: Test
php: 7.2
env: DB=mariadb MARIADB_VERSION=10.1
addons:
mariadb: 10.1

- stage: test
- stage: Test
php: nightly
env: DB=mariadb MARIADB_VERSION=10.1
addons:
mariadb: 10.1

- stage: test
- stage: Test
php: 7.1
env: DB=mariadb MARIADB_VERSION=10.2 COVERAGE=yes
addons:
mariadb: 10.2

- stage: test
- stage: Test
php: 7.2
env: DB=mariadb MARIADB_VERSION=10.2
addons:
mariadb: 10.2

- stage: test
- stage: Test
php: nightly
env: DB=mariadb MARIADB_VERSION=10.2
addons:
mariadb: 10.2

- stage: test
- stage: Test
php: 7.1
env: DB=mariadb.mysqli MARIADB_VERSION=10.2 COVERAGE=yes
addons:
mariadb: 10.2

- stage: test
- stage: Test
php: 7.2
env: DB=mariadb.mysqli MARIADB_VERSION=10.2
addons:
mariadb: 10.2

- stage: test
- stage: Test
php: nightly
env: DB=mariadb.mysqli MARIADB_VERSION=10.2
addons:
mariadb: 10.2

- stage: test
- stage: Test
php: 7.1
env: DB=pgsql POSTGRESQL_VERSION=9.2 COVERAGE=yes
services:
- postgresql
addons:
postgresql: "9.2"

- stage: test
- stage: Test
php: 7.2
env: DB=pgsql POSTGRESQL_VERSION=9.2
services:
- postgresql
addons:
postgresql: "9.2"

- stage: test
- stage: Test
php: nightly
env: DB=pgsql POSTGRESQL_VERSION=9.2
services:
- postgresql
addons:
postgresql: "9.2"

- stage: test
- stage: Test
php: 7.1
env: DB=pgsql POSTGRESQL_VERSION=9.3 COVERAGE=yes
services:
- postgresql
addons:
postgresql: "9.3"

- stage: test
- stage: Test
php: 7.2
env: DB=pgsql POSTGRESQL_VERSION=9.3
services:
- postgresql
addons:
postgresql: "9.3"

- stage: test
- stage: Test
php: nightly
env: DB=pgsql POSTGRESQL_VERSION=9.3
services:
- postgresql
addons:
postgresql: "9.3"

- stage: test
- stage: Test
php: 7.1
env: DB=pgsql POSTGRESQL_VERSION=9.4 COVERAGE=yes
services:
- postgresql
addons:
postgresql: "9.4"

- stage: test
- stage: Test
php: 7.2
env: DB=pgsql POSTGRESQL_VERSION=9.4
services:
- postgresql
addons:
postgresql: "9.4"

- stage: test
- stage: Test
php: nightly
env: DB=pgsql POSTGRESQL_VERSION=9.4
services:
- postgresql
addons:
postgresql: "9.4"

- stage: test
- stage: Test
php: 7.1
env: DB=pgsql POSTGRESQL_VERSION=9.5 COVERAGE=yes
services:
- postgresql
addons:
postgresql: "9.5"

- stage: test
- stage: Test
php: 7.2
env: DB=pgsql POSTGRESQL_VERSION=9.5
services:
- postgresql
addons:
postgresql: "9.5"

- stage: test
- stage: Test
php: nightly
env: DB=pgsql POSTGRESQL_VERSION=9.5
services:
- postgresql
addons:
postgresql: "9.5"

- stage: test
- stage: Test
php: 7.1
env: DB=pgsql POSTGRESQL_VERSION=9.6 COVERAGE=yes
services:
- postgresql
addons:
postgresql: "9.6"

- stage: test
- stage: Test
php: 7.2
env: DB=pgsql POSTGRESQL_VERSION=9.6
services:
- postgresql
addons:
postgresql: "9.6"

- stage: test
- stage: Test
php: nightly
env: DB=pgsql POSTGRESQL_VERSION=9.6
services:
- postgresql
addons:
postgresql: "9.6"

- stage: test
- stage: Test
php: 7.1
env: DB=pgsql POSTGRESQL_VERSION=10.0 COVERAGE=yes
sudo: required
Expand All @@ -341,7 +341,7 @@ jobs:
before_script:
- bash ./tests/travis/install-postgres-10.sh

- stage: test
- stage: Test
php: 7.2
env: DB=pgsql POSTGRESQL_VERSION=10.0
sudo: required
Expand All @@ -352,7 +352,7 @@ jobs:
before_script:
- bash ./tests/travis/install-postgres-10.sh

- stage: test
- stage: Test
php: nightly
env: DB=pgsql POSTGRESQL_VERSION=10.0
sudo: required
Expand All @@ -363,7 +363,7 @@ jobs:
before_script:
- bash ./tests/travis/install-postgres-10.sh

- stage: test
- stage: Test
env: DB=sqlsrv COVERAGE=yes
sudo: required
services:
Expand All @@ -372,7 +372,7 @@ jobs:
- bash ./tests/travis/install-mssql-$DB.sh
- bash ./tests/travis/install-mssql.sh

- stage: test
- stage: Test
php: 7.2
env: DB=sqlsrv
sudo: required
Expand All @@ -382,7 +382,7 @@ jobs:
- bash ./tests/travis/install-mssql-$DB.sh
- bash ./tests/travis/install-mssql.sh

- stage: test
- stage: Test
php: 7.1
env: DB=pdo_sqlsrv COVERAGE=yes
sudo: required
Expand All @@ -392,7 +392,7 @@ jobs:
- bash ./tests/travis/install-mssql-$DB.sh
- bash ./tests/travis/install-mssql.sh

- stage: test
- stage: Test
php: 7.2
env: DB=pdo_sqlsrv
sudo: required
Expand All @@ -402,21 +402,21 @@ jobs:
- bash ./tests/travis/install-mssql-$DB.sh
- bash ./tests/travis/install-mssql.sh

- stage: test
- stage: Test
php: 7.1
env: DB=sqlite DEPENDENCIES=low
install:
- travis_retry composer update --prefer-dist --prefer-lowest

- stage: test
- stage: Test
if: type = cron
php: 7.2
env: DB=sqlite DEPENDENCIES=dev
install:
- composer config minimum-stability dev
- travis_retry composer update --prefer-dist

- stage: coding standard
- stage: Coding Standard
if: NOT type = pull_request
php: 7.1
install: travis_retry composer install --prefer-dist
Expand Down

0 comments on commit e578170

Please sign in to comment.