Skip to content

Commit 297471f

Browse files
committed
update Github Action
1 parent c7982cd commit 297471f

File tree

3 files changed

+3
-18
lines changed

3 files changed

+3
-18
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,5 @@ jobs:
3030
if: steps.composer-cache.outputs.cache-hit != 'true'
3131
run: composer install --prefer-dist --no-progress --no-suggest
3232

33-
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
34-
# Docs: https://getcomposer.org/doc/articles/scripts.md
35-
3633
- name: Run test suite
37-
run: composer run-script test
34+
run: vendor/bin/phpunit

.travis.yml

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

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# The PHP libray for convert datetime into Khmer
22

3-
[![Build Status](https://travis-ci.org/phannaly/php-datetime-khmer.svg?branch=master)](https://travis-ci.org/phannaly/php-datetime-khmer) [![StyleCI](https://github.styleci.io/repos/165952860/shield?branch=master)](https://github.styleci.io/repos/165952860)
3+
[![Actions Status](https://github.com/phannaly/php-datetime-khmer/workflows/Build/badge.svg)](https://github.com/phannaly/php-datetime-khmer/actions)
4+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
45

56
This is a small package for converting datetime to Khmer language.
67

0 commit comments

Comments
 (0)