diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 5dcacdc..0000000 --- a/.travis.yml +++ /dev/null @@ -1,5 +0,0 @@ -language: node_js - -sudo: false - -node_js: 10 diff --git a/README.md b/README.md index 877378b..fe80734 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # tree-sitter-c -[![Build Status](https://travis-ci.org/tree-sitter/tree-sitter-c.svg?branch=master)](https://travis-ci.org/tree-sitter/tree-sitter-c) [![Build status](https://ci.appveyor.com/api/projects/status/7u0sy6ajmxro4wfh/branch/master?svg=true)](https://ci.appveyor.com/project/maxbrunsfeld/tree-sitter-c/branch/master) C grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter).