diff options
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 04d46ac..f4edf01 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -7,6 +7,7 @@ env: | |||
7 | - LUA="lua 5.2" | 7 | - LUA="lua 5.2" |
8 | - LUA="lua 5.3" | 8 | - LUA="lua 5.3" |
9 | - LUA="luajit 2.0" | 9 | - LUA="luajit 2.0" |
10 | - LUA="luajit 2.1" | ||
10 | 11 | ||
11 | before_install: | 12 | before_install: |
12 | - pip install --user cpp-coveralls hererocks | 13 | - pip install --user cpp-coveralls hererocks |