Skip to content

Commit 83f6a2d

Browse files
author
Patrick Thomson
authored
Merge pull request #145 from tree-sitter/remove-travis
Switch from Travis to GitHub Actions
2 parents 3f8b62f + 7382b71 commit 83f6a2d

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.travis.yml

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
tree-sitter-javascript
22
===========================
33

4-
[![Build Status](https://travis-ci.org/tree-sitter/tree-sitter-javascript.svg?branch=master)](https://travis-ci.org/tree-sitter/tree-sitter-javascript)
4+
[![Build Status](https://github.com/tree-sitter/tree-sitter-javascript/workflows/build/badge.svg)](https://github.com/tree-sitter/tree-sitter-javascript/actions?query=workflow%3Abuild)
55
[![Build status](https://ci.appveyor.com/api/projects/status/42kwnan77rtf8144/branch/master?svg=true)](https://ci.appveyor.com/project/maxbrunsfeld/tree-sitter-javascript/branch/master)
66

77
JavaScript grammar for [tree-sitter][].

0 commit comments

Comments
 (0)