aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 3ec535d43a480edd25b11df629defef3e2eea07a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: ruby
rvm:
  - 1.8.7
  - jruby-18mode

before_script: 
  - "sudo apt-get install build-essential ruby-dev libproj-dev libgeos-dev libffi-dev libsparsehash-dev zlib1g-dev libxslt1-dev libxml2-dev libbz2-dev"
  - "rake ci:travis"
script: "rake spec"
notifications:
  recipients:
    - luc.donnet@dryade.net
    - michel.etienne@dryade.net