Skip to content

Commit

Permalink
test 5.1, 5.2 and luajit
Browse files Browse the repository at this point in the history
  • Loading branch information
John OConnor committed Oct 30, 2015
1 parent 88579fc commit c4a0b9f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Expand Up @@ -5,10 +5,14 @@ addons:
apt:
packages:
- lua5.1
- lua5.2
- luajit

branches:
only:
- master

script:
- lua tests/runner.lua
- lua5.1 tests/runner.lua
- lua5.2 tests/runner.lua
- luajit-2.0.0-beta9 tests/runner.lua

0 comments on commit c4a0b9f

Please sign in to comment.