Skip to content

Commit

Permalink
Formally deprecate Travis support. (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter authored Jan 13, 2021
1 parent 13e4bd1 commit 0e6738c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 80 deletions.
79 changes: 0 additions & 79 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion release/share/terra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Getting Started with Terra
_Zach DeVito_ (zdevito at cs dot stanford dot edu)

[terralang.org](http://terralang.org)
[![Build Status](https://travis-ci.org/terralang/terra.svg?branch=develop)](https://travis-ci.org/terralang/terra)
[![Build Status](https://github.com/terralang/terra/workflows/CI/badge.svg)](https://github.com/terralang/terra/actions)
[![Build Status](https://ci.appveyor.com/api/projects/status/github/terralang/terra?branch=master&svg=true)](https://ci.appveyor.com/project/terralang/terra/branch/master)

Terra is a new low-level system programming language that is designed to interoperate seamlessly with the Lua programming language. It is also backwards compatible with (and embeddable in) existing C code. Like C, Terra is a monomorphic, statically-typed, compiled language with manual memory management. But unlike C, it is designed to make interaction with Lua easy. Terra code shares Lua's syntax and control-flow constructs. It is easy to call Lua functions from Terra (or Terra functions from Lua).
Expand Down

0 comments on commit 0e6738c

Please sign in to comment.