Skip to content

Commit c84c97e

Browse files
committed
.travis.yml: tidy up hererocks invocation
1 parent f474bc7 commit c84c97e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,9 @@ branches:
3030

3131
before_install:
3232
- 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`
33+
- hererocks ~/hererocks -r^ --$LUA
34+
- export PATH=$PATH:~/hererocks/bin
35+
- eval $(luarocks path --bin)
3836
- luarocks install luacheck
3937
- luarocks install luacov-coveralls
4038
- luarocks install busted

0 commit comments

Comments
 (0)