Skip to content

Commit

Permalink
AppVeyor is dead, long live Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kukulich committed Apr 22, 2019
1 parent cfee63f commit 5b56d96
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 73 deletions.
71 changes: 0 additions & 71 deletions .appveyor.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/.appveyor.yml export-ignore
*.php text eol=lf
*.phpt text eol=lf
/.gitattributes export-ignore
/.gitignore export-ignore
/.scrutinizer.yml export-ignore
Expand Down
90 changes: 90 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
os: linux
dist: xenial
language: php

before_script:
Expand All @@ -16,6 +18,28 @@ jobs:
env: DEPENDENCIES="--prefer-lowest --prefer-stable"
script: vendor/bin/phpunit

- stage: Test
os: windows
dist: 1803-containers
language: sh # No PHP currently
env: PHP_VERSION=7.2.17 DEPENDENCIES=""
install:
- choco install php --version=${PHP_VERSION} --package-parameters="/InstallDir:c:\tools\php"
- choco install composer --ia "/DEV=C:\tools\php"
- export PATH=/c/tools/php:$PATH
script: vendor/bin/phpunit

- stage: Test
os: windows
dist: 1803-containers
language: sh # No PHP currently
env: PHP_VERSION=7.2.17 DEPENDENCIES="--prefer-lowest --prefer-stable"
install:
- choco install php --version=${PHP_VERSION} --package-parameters="/InstallDir:c:\tools\php"
- choco install composer --ia "/DEV=C:\tools\php"
- export PATH=/c/tools/php:$PATH
script: vendor/bin/phpunit

- stage: Test
php: 7.3
env: DEPENDENCIES=""
Expand All @@ -26,6 +50,28 @@ jobs:
env: DEPENDENCIES="--prefer-lowest --prefer-stable"
script: vendor/bin/phpunit

- stage: Test
os: windows
dist: 1803-containers
language: sh # No PHP currently
env: PHP_VERSION=7.3.4 DEPENDENCIES=""
install:
- choco install php --version=${PHP_VERSION} --package-parameters="/InstallDir:c:\tools\php"
- choco install composer --ia "/DEV=C:\tools\php"
- export PATH=/c/tools/php:$PATH
script: vendor/bin/phpunit

- stage: Test
os: windows
dist: 1803-containers
language: sh # No PHP currently
env: PHP_VERSION=7.3.4 DEPENDENCIES="--prefer-lowest --prefer-stable"
install:
- choco install php --version=${PHP_VERSION} --package-parameters="/InstallDir:c:\tools\php"
- choco install composer --ia "/DEV=C:\tools\php"
- export PATH=/c/tools/php:$PATH
script: vendor/bin/phpunit

- stage: Test Compatibility
php: 7.2
env: DEPENDENCIES=""
Expand All @@ -36,6 +82,28 @@ jobs:
env: DEPENDENCIES="--prefer-lowest --prefer-stable"
script: vendor/bin/phpunit test/compat

- stage: Test Compatibility
os: windows
dist: 1803-containers
language: sh # No PHP currently
env: PHP_VERSION=7.2.17 DEPENDENCIES=""
install:
- choco install php --version=${PHP_VERSION} --package-parameters="/InstallDir:c:\tools\php"
- choco install composer --ia "/DEV=C:\tools\php"
- export PATH=/c/tools/php:$PATH
script: vendor/bin/phpunit test/compat

- stage: Test Compatibility
os: windows
dist: 1803-containers
language: sh # No PHP currently
env: PHP_VERSION=7.2.17 DEPENDENCIES="--prefer-lowest --prefer-stable"
install:
- choco install php --version=${PHP_VERSION} --package-parameters="/InstallDir:c:\tools\php"
- choco install composer --ia "/DEV=C:\tools\php"
- export PATH=/c/tools/php:$PATH
script: vendor/bin/phpunit test/compat

- stage: Test Compatibility
php: 7.3
env: DEPENDENCIES=""
Expand All @@ -46,6 +114,28 @@ jobs:
env: DEPENDENCIES="--prefer-lowest --prefer-stable"
script: vendor/bin/phpunit test/compat

- stage: Test Compatibility
os: windows
dist: 1803-containers
language: sh # No PHP currently
env: PHP_VERSION=7.3.4 DEPENDENCIES=""
install:
- choco install php --version=${PHP_VERSION} --package-parameters="/InstallDir:c:\tools\php"
- choco install composer --ia "/DEV=C:\tools\php"
- export PATH=/c/tools/php:$PATH
script: vendor/bin/phpunit test/compat

- stage: Test Compatibility
os: windows
dist: 1803-containers
language: sh # No PHP currently
env: PHP_VERSION=7.3.4 DEPENDENCIES="--prefer-lowest --prefer-stable"
install:
- choco install php --version=${PHP_VERSION} --package-parameters="/InstallDir:c:\tools\php"
- choco install composer --ia "/DEV=C:\tools\php"
- export PATH=/c/tools/php:$PATH
script: vendor/bin/phpunit test/compat

- stage: Check Demo Scripts
php: 7.2
env: DEPENDENCIES=""
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Better Reflection
=================

[![Build Status](https://travis-ci.org/Roave/BetterReflection.svg?branch=master)](https://travis-ci.org/Roave/BetterReflection) [![Build Status](https://ci.appveyor.com/api/projects/status/github/Roave/BetterReflection?svg=true&branch=master)](https://ci.appveyor.com/project/Ocramius/betterreflection-4jx2w) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Roave/BetterReflection/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Roave/BetterReflection/?branch=master) [![Code Coverage](https://scrutinizer-ci.com/g/Roave/BetterReflection/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/Roave/BetterReflection/?branch=master) [![Latest Stable Version](https://poser.pugx.org/roave/better-reflection/v/stable)](https://packagist.org/packages/roave/better-reflection) [![License](https://poser.pugx.org/roave/better-reflection/license)](https://packagist.org/packages/roave/better-reflection)
[![Build Status](https://travis-ci.org/Roave/BetterReflection.svg?branch=master)](https://travis-ci.org/Roave/BetterReflection) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Roave/BetterReflection/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Roave/BetterReflection/?branch=master) [![Code Coverage](https://scrutinizer-ci.com/g/Roave/BetterReflection/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/Roave/BetterReflection/?branch=master) [![Latest Stable Version](https://poser.pugx.org/roave/better-reflection/v/stable)](https://packagist.org/packages/roave/better-reflection) [![License](https://poser.pugx.org/roave/better-reflection/license)](https://packagist.org/packages/roave/better-reflection)

Better Reflection is a reflection API that aims to improve and provide more features than PHP's built-in
[reflection API](https://php.net/manual/en/book.reflection.php).
Expand Down

0 comments on commit 5b56d96

Please sign in to comment.