Fetch unshallow

This commit is contained in:
Tomas Lycken 2014-08-28 16:16:30 +02:00
parent 93c2215e2f
commit e9483f1782

View file

@ -11,6 +11,7 @@ before_install:
- sudo add-apt-repository ppa:staticfloat/$JULIAVERSION -y - sudo add-apt-repository ppa:staticfloat/$JULIAVERSION -y
- sudo apt-get update -qq -y - sudo apt-get update -qq -y
- sudo apt-get install libpcre3-dev julia -y - sudo apt-get install libpcre3-dev julia -y
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
script: script:
- julia -e 'Pkg.init()' - julia -e 'Pkg.init()'
- julia -e 'Pkg.add("BinDeps"); Pkg.checkout("BinDeps")' # latest master needed for Pacman support - julia -e 'Pkg.add("BinDeps"); Pkg.checkout("BinDeps")' # latest master needed for Pacman support