Browse Source

test 5.1, 5.2 and luajit

John OConnor 9 years ago
parent
commit
c4a0b9f48a
1 changed files with 5 additions and 1 deletions
  1. 5 1
      .travis.yml

+ 5 - 1
.travis.yml

@@ -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