Skip to content

Commit

Permalink
Merge pull request #8 from IainNZ/patch-1
Browse files Browse the repository at this point in the history
Modernize Travis and README
  • Loading branch information
yeesian committed Jun 25, 2015
2 parents 74878bb + 43b5c0a commit 373743d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
19 changes: 9 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
language: cpp
compiler:
- clang
language: julia
os:
- linux
- osx
julia:
- release
- nightly
notifications:
email: false
before_install:
- sudo add-apt-repository ppa:staticfloat/julia-deps -y
- sudo add-apt-repository ppa:staticfloat/julianightlies -y
- sudo apt-get update -qq -y
- sudo apt-get install libpcre3-dev julia -y
script:
- julia -e 'Pkg.init(); run(`ln -s $(pwd()) $(Pkg.dir("Shapefile"))`); Pkg.pin("Shapefile"); Pkg.resolve()'
- julia -e 'using Shapefile; @assert isdefined(:Shapefile); @assert typeof(Shapefile) === Module'
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia --check-bounds=yes -e 'Pkg.clone(pwd()); Pkg.test("Shapefile"; coverage=true)'
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Shapefile

[![Build Status](https://travis-ci.org/Keno/Shapefile.jl.png)](https://travis-ci.org/Keno/Shapefile.jl)
[![Build Status](https://travis-ci.org/JuliaGeo/Shapefile.jl.svg)](https://travis-ci.org/JuliaGeo/Shapefile.jl)
[![Shapefile](http://pkg.julialang.org/badges/Shapefile_0.3.svg)](http://pkg.julialang.org/?pkg=Shapefile&ver=release)
[![Shapefile](http://pkg.julialang.org/badges/Shapefile_0.4.svg)](http://pkg.julialang.org/?pkg=Shapefile&ver=nightly)

0 comments on commit 373743d

Please sign in to comment.