浏览代码

Lua: travis

Justin Donaldson 9 年之前
父节点
当前提交
da20ffc6b2
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -146,7 +146,8 @@ install:
   # Install lua specific resources 
   - source .travis/setenv_lua.sh
   - pip install --user cpp-coveralls
-  - luarocks install lrexlib-pcre --server=https://luarocks.org/dev
+  # Use this special version of lrexlib-pcre 
+  - luarocks install lrexlib-pcre 2.7.2-1 --server=https://luarocks.org/dev
   - luarocks install luautf8 --server=https://luarocks.org/dev
 
 script: