Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/fakoua/Humanizer.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
fakoua committed Jan 20, 2020
2 parents 538fb31 + ca86cbd commit d08a500
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -9,5 +9,5 @@ jobs:
- uses: actions/checkout@master
- uses: denolib/setup-deno@v1.1.0
with:
deno-version: 0.28.0
deno-version: 0.29.0
- run: deno test.ts
8 changes: 8 additions & 0 deletions .travis.yml
@@ -0,0 +1,8 @@
language: python

install:
- curl -L https://deno.land/x/install/install.sh | sh
- export PATH="$HOME/.deno/bin:$PATH"

script:
- deno run test.ts
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -2,6 +2,9 @@

Humanizer meets all your TypeScript needs for manipulating and displaying strings, dates, times, timespans, numbers and quantities.

[![Build Status](https://api.travis-ci.com/fakoua/humanizer.ts.svg?branch=master)](https://travis-ci.com/fakoua/humanizer.ts)
[![Build Status](https://github.com/fakoua/humanizer.ts/workflows/CI/badge.svg?branch=master&event=push)](https://github.com/fakoua/humanizer.ts/actions)

### Table of contents

- [Usage](#usage)
Expand Down

0 comments on commit d08a500

Please sign in to comment.