Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/image.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoumith Chintala <soumith@gmail.com>2016-10-04 17:57:06 +0300
committerGitHub <noreply@github.com>2016-10-04 17:57:06 +0300
commit88f4e3d98746a37b3626fbde1c87387b77f2e092 (patch)
tree1dee11cea53f2c1435aa7125f3e30973a0defff8
parent9f65c30167b2048ecbe8b7befdc6b2d6d12baee9 (diff)
Update .travis.yml
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 75c73e9..c807010 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -55,9 +55,9 @@ script:
- ${INSTALL_PREFIX}/bin/luarocks make
- export PATH=${INSTALL_PREFIX}/bin:$PATH
- export TESTLUA=$(which luajit lua | head -n 1)
+- ${INSTALL_PREFIX}/bin/luarocks install luaffi
- ${TESTLUA} -limage -e "print('image loaded succesfully')"
- cd test
- ${INSTALL_PREFIX}/bin/luarocks install graphicsmagick
-- ${INSTALL_PREFIX}/bin/luarocks install luaffi
- ${TESTLUA} ./test_rotate.lua
- ${TESTLUA} -limage -e "t=image.test(); if t.errors[1] then os.exit(1) end"