We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e4cc2 commit 57af634Copy full SHA for 57af634
.travis.yml
@@ -51,4 +51,6 @@ before_script:
51
- export LD_LIBRARY_PATH=${INSTALL_PREFIX}/lib:$LD_LIBRARY_PATH
52
script:
53
- ${INSTALL_PREFIX}/bin/luarocks make rocks/nn-scm-1.rockspec
54
-- ${INSTALL_PREFIX}/bin/luajit -lnn -e "t=nn.test(); if t.errors[1] then os.exit(1) end"
+- export PATH=${INSTALL_PREFIX}/bin:$PATH
55
+- export TESTLUA=$(which luajit lua | head -n 1)
56
+- ${TESTLUA} -lnn -e "t=nn.test(); if t.errors[1] then os.exit(1) end"
0 commit comments