Skip to content

Commit

Permalink
Revert "Replace Travis CI with GitHub Actions"
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbtucker committed Jun 14, 2022
1 parent eaacea9 commit 1f4cbd3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 30 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/ci.yml

This file was deleted.

6 changes: 6 additions & 0 deletions .travis.yml
@@ -0,0 +1,6 @@
language: node_js
node_js:
- "11"
- "10"
- "8"
- "6"
8 changes: 5 additions & 3 deletions README.md
@@ -1,7 +1,9 @@
# JSON5 – JSON for Humans

[![Build Status](https://github.com/json5/json5/actions/workflows/ci.yml/badge.svg)][Build Status]
[![Coverage Status](https://coveralls.io/repos/github/json5/json5/badge.svg)][Coverage Status]
[![Build Status](https://travis-ci.com/json5/json5.svg)][Build Status]
[![Coverage
Status](https://coveralls.io/repos/github/json5/json5/badge.svg)][Coverage
Status]

The JSON5 Data Interchange Format (JSON5) is a superset of [JSON] that aims to
alleviate some of the limitations of JSON by expanding its syntax to include
Expand All @@ -10,7 +12,7 @@ some productions from [ECMAScript 5.1].
This JavaScript library is the official reference implementation for JSON5
parsing and serialization libraries.

[Build Status]: https://github.com/json5/json5/actions/workflows/ci.yml
[Build Status]: https://travis-ci.com/json5/json5

[Coverage Status]: https://coveralls.io/github/json5/json5

Expand Down

0 comments on commit 1f4cbd3

Please sign in to comment.