diff --git a/.travis.yml b/.travis.yml index 1610ef9..772c6a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,8 @@ install: # - luarocks install lunitx # - luarocks install JSON4Lua - tar czvf $NAME-$VERSION.tar.gz ./lib - +script: + - echo 'do nothing' # script: # - luarocks make --pack-binary-rock $ROCKSPEC CFLAGS="-O2 -fPIC -fprofile-arcs" LIBFLAG="-shared"