Skip to content

Commit

Permalink
Removed travis in favour of GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pietercolpaert committed Feb 27, 2024
1 parent 142f38d commit c4c44c3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 29 deletions.
28 changes: 0 additions & 28 deletions .travis.yml

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# The hardf turtle, n-triples, n-quads, TriG and N3 parser for PHP
[![Build Status](https://travis-ci.org/pietercolpaert/hardf.svg?branch=master)](https://travis-ci.org/pietercolpaert/hardf)

**hardf** is a PHP 7.1+ library that lets you handle Linked Data (RDF). It offers:
- [**Parsing**](#parsing) triples/quads from [Turtle](http://www.w3.org/TR/turtle/), [TriG](http://www.w3.org/TR/trig/), [N-Triples](http://www.w3.org/TR/n-triples/), [N-Quads](http://www.w3.org/TR/n-quads/), and [Notation3 (N3)](https://www.w3.org/TeamSubmission/n3/)
Expand Down

0 comments on commit c4c44c3

Please sign in to comment.