Fix to travis #3

pull/29/head
Matti Pastell 2015-01-05 23:49:06 +02:00
parent 5871978520
commit c4b1f58a28
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ before_install:
- sudo apt-get install libpcre3-dev julia python-matplotlib -y
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
script:
- julia -e 'Pkg.init(); Pkg.clone(pwd()); Pkg.resolve();'
- julia -e 'Pkg.init(); Pkg.clone(pwd()); Pkg.resolve(); Pkg.add("Winston")'
- xvfb-run julia --code-coverage=all -e 'cd(Pkg.dir("Weave", "test")); include("winston_formats.jl")'
- xvfb-run julia -e 'Pkg.test("Weave", coverage=true)'
after_success: