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-09-15 20:31:56 +0300
committerGitHub <noreply@github.com>2016-09-15 20:31:56 +0300
commit491d17c8a47b334bbee9a420694ad4637b49bbac (patch)
tree0af3a218cd685331befdf4b30571e3a3c5ecce7d
parentaa635cfddb4cf53fd37841b7fc827f48343cfee7 (diff)
Update .travis.yml
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 060ae0a..75c73e9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -58,5 +58,6 @@ script:
- ${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"