travis; gitter badge
This commit is contained in:
parent
649d362b85
commit
ab7eb89466
@ -17,7 +17,7 @@ julia:
|
|||||||
sudo: required
|
sudo: required
|
||||||
before_install:
|
before_install:
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then pwd ; fi
|
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then pwd ; fi
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo ./test/install_wkhtmltoimage.sh ; fi
|
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./test/install_wkhtmltoimage.sh ; fi
|
||||||
# - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo add-apt-repository -y ppa:pov/wkhtmltopdf ; fi
|
# - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo add-apt-repository -y ppa:pov/wkhtmltopdf ; fi
|
||||||
# - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update ; fi
|
# - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update ; fi
|
||||||
# - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y wkhtmltopdf ; fi
|
# - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y wkhtmltopdf ; fi
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
# Plots
|
# Plots
|
||||||
|
|
||||||
[](https://travis-ci.org/tbreloff/Plots.jl)
|
[](https://travis-ci.org/tbreloff/Plots.jl)
|
||||||
[](http://pkg.julialang.org/?pkg=Plots&ver=0.3)
|
<!-- [](http://pkg.julialang.org/?pkg=Plots&ver=0.3) -->
|
||||||
[](http://pkg.julialang.org/?pkg=Plots&ver=0.4)
|
<!-- [](http://pkg.julialang.org/?pkg=Plots&ver=0.4) -->
|
||||||
<!-- [](https://coveralls.io/r/tbreloff/Plots.jl?branch=master) -->
|
<!-- [](https://coveralls.io/r/tbreloff/Plots.jl?branch=master) -->
|
||||||
<!-- [](http://codecov.io/github/tbreloff/Plots.jl?branch=master) -->
|
<!-- [](http://codecov.io/github/tbreloff/Plots.jl?branch=master) -->
|
||||||
|
[](https://gitter.im/tbreloff/Plots.jl?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||||
|
|
||||||
#### Author: Thomas Breloff (@tbreloff)
|
#### Author: Thomas Breloff (@tbreloff)
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
set -e
|
#!/bin/sh
|
||||||
|
set -ex
|
||||||
sudo add-apt-repository -y ppa:pov/wkhtmltopdf
|
sudo add-apt-repository -y ppa:pov/wkhtmltopdf
|
||||||
sudo apt-get -qq update
|
sudo apt-get -qq update
|
||||||
sudo apt-get install -y wkhtmltopdf
|
sudo apt-get install -y wkhtmltopdf
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user