##// END OF EJS Templates
Build pandoc using haskell-platform in .travis.yml...
Benjamin ABEL -
Show More
@@ -13,7 +13,11 b' before_install:'
13 # Pierre Carrier's PPA for PhantomJS and CasperJS
13 # Pierre Carrier's PPA for PhantomJS and CasperJS
14 - time sudo add-apt-repository -y ppa:pcarrier/ppa
14 - time sudo add-apt-repository -y ppa:pcarrier/ppa
15 - time sudo apt-get update
15 - time sudo apt-get update
16 - time sudo apt-get install pandoc casperjs libzmq3-dev
16 - time sudo apt-get install casperjs libzmq3-dev
17 # Needed to get recent version of pandoc in ubntu 12.04
18 - time sudo apt-get install haskell-platform
19 - time cabal update
20 - time cabal install pandoc==1.12.1
17 # pin tornado < 4 for js tests while phantom is on super old webkit
21 # pin tornado < 4 for js tests while phantom is on super old webkit
18 - if [[ $GROUP == 'js' ]]; then pip install 'tornado<4'; fi
22 - if [[ $GROUP == 'js' ]]; then pip install 'tornado<4'; fi
19 - time pip install -f https://nipy.bic.berkeley.edu/wheelhouse/travis jinja2 sphinx pygments tornado requests!=2.4.2 mock pyzmq jsonschema jsonpointer mistune
23 - time pip install -f https://nipy.bic.berkeley.edu/wheelhouse/travis jinja2 sphinx pygments tornado requests!=2.4.2 mock pyzmq jsonschema jsonpointer mistune
General Comments 0
You need to be logged in to leave comments. Login now