diff --git a/.github/workflows/ci.yml b/.github/workflows/build.yml similarity index 98% rename from .github/workflows/ci.yml rename to .github/workflows/build.yml index a7774070..5a4048de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/build.yml @@ -1,5 +1,4 @@ -name: CI - +name: Build on: [push, pull_request] jobs: @@ -8,7 +7,6 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: php-actions/composer@v6 - name: PHPUnit Tests PHP 7.3 diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 792604de..00000000 --- a/.travis.yml +++ /dev/null @@ -1,18 +0,0 @@ -sudo: false -language: php - -php: - - 8.1 - - 8.0 - - 7.4 - - 7.3 - -install: - - composer self-update - - composer install - -script: - - XDEBUG_MODE=coverage ./vendor/bin/phpunit -c ./phpunit.xml --coverage-text - -matrix: - fast_finish: true diff --git a/README.md b/README.md index 8a8101a0..81f63ac6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ intl ===== -[![Build Status](https://travis-ci.com/commerceguys/intl.svg?branch=master)](https://travis-ci.com/commerceguys/intl) +[![Build Status](https://github.com/commerceguys/intl/actions/workflows/build.yml/badge.svg)](https://github.com/commerceguys/intl/actions/workflows/build.yml) A PHP 7.3+ internationalization library, powered by CLDR data.