Skip to content

Commit c2f8fc9

Browse files
committed
Fix. rockspec name in travis file
1 parent 73d1f31 commit c2f8fc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ before_install:
2222
- sudo luarocks install lua-path
2323

2424
install:
25-
- sudo luarocks make rockspecs/lcurl-scm-0.rockspec CFLAGS="-O2 -fPIC -ftest-coverage -fprofile-arcs" LIBFLAG="-shared --coverage"
25+
- sudo luarocks make rockspecs/lua-curl-scm-0.rockspec CFLAGS="-O2 -fPIC -ftest-coverage -fprofile-arcs" LIBFLAG="-shared --coverage"
2626

2727
script:
2828
- cd test

0 commit comments

Comments
 (0)