Skip to content

Commit

Permalink
Fix the build badge.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsacksick committed Feb 20, 2023
1 parent b300499 commit f03ce3f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: CI

name: Build
on: [push, pull_request]

jobs:
Expand All @@ -8,7 +7,6 @@ jobs:

steps:
- uses: actions/checkout@v3

- uses: php-actions/composer@v6

- name: PHPUnit Tests PHP 7.3
Expand Down
18 changes: 0 additions & 18 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit f03ce3f

Please sign in to comment.