Skip to content

Commit

Permalink
Merge pull request #6 from lukego/travis
Browse files Browse the repository at this point in the history
Added absolute minimum .travis.yml
  • Loading branch information
lukego authored Mar 13, 2017
2 parents 2fcc0a4 + 1842bc3 commit 18225a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
language: c
sudo: false
script:
- make
- src/luajit -e 'for i = 1, 1000 do end'
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# RaptorJIT

[![Build Status](https://travis-ci.org/raptorjit/raptorjit.svg?branch=master)](https://travis-ci.org/raptorjit/raptorjit)

RaptorJIT is an experimental fork of LuaJIT. Premise: What would I do
if I were only trying to please myself and nobody else?

Expand Down

0 comments on commit 18225a6

Please sign in to comment.