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

github.com/torch/nngraph.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoumith Chintala <soumith@gmail.com>2015-11-10 00:21:23 +0300
committerSoumith Chintala <soumith@gmail.com>2015-11-10 00:21:23 +0300
commiteb62f6dbe941d4902d8dfaaf0bc4844e28cacede (patch)
treea648d5ef670eba58245c59a55b97fa033ee92713
parent0d52b2ce85f2c9d36d5d9d8fda4147bc75c17159 (diff)
adding graphviz to travis
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 14d4720..08717a4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,7 +32,9 @@ addons:
- gfortran
- unzip
- gnuplot
- - gnuplot-x11
+ - gnuplot-x11
+ - graphviz
+ - graphviz-dev
before_script:
- export ROOT_TRAVIS_DIR=$(pwd)
- export INSTALL_PREFIX=~/torch/install