We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f474bc7 commit c84c97eCopy full SHA for c84c97e
.travis.yml
@@ -30,11 +30,9 @@ branches:
30
31
before_install:
32
- pip install hererocks
33
- - hererocks ~/hererocks -r^ --$LUA # Install latest LuaRocks version
34
- # plus the Lua version for this build job
35
- # into 'here' subdirectory
36
- - export PATH=$PATH:~/hererocks/bin # Add directory with all installed binaries to PATH
37
- - eval `luarocks path --bin`
+ - hererocks ~/hererocks -r^ --$LUA
+ - export PATH=$PATH:~/hererocks/bin
+ - eval $(luarocks path --bin)
38
- luarocks install luacheck
39
- luarocks install luacov-coveralls
40
- luarocks install busted
0 commit comments