Fixed travis

pull/29/head
Matti Pastell 2015-01-09 10:06:59 +02:00
parent e8b69bfa72
commit bf69fb7d28
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ before_install:
# - sudo add-apt-repository ppa:staticfloat/julia-deps -y
# - sudo add-apt-repository ppa:staticfloat/${JULIAVERSION} -y
- sudo apt-get update -qq -y
- sudo apt-get install libpcre3-dev julia python-matplotlib -y
- sudo apt-get install python-matplotlib -y
#
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi