From 246227f64187801d8e4be744a21792b99da36d65 2014-10-22 18:57:31 From: MinRK Date: 2014-10-22 18:57:31 Subject: [PATCH] install local mathjax on travis (2.x) weird CDN things are happening on Travis --- diff --git a/.travis.yml b/.travis.yml index 6a727fe..859ab49 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,8 @@ before_install: - sudo add-apt-repository -y ppa:pcarrier/ppa - sudo apt-get update - sudo apt-get install pandoc casperjs nodejs + - python -m IPython.external.mathjax install: - - python setup.py install -q + - python setup.py install -q script: - cd /tmp && iptest