aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: ea412217a317a0625260c6fc314fb056fe15dd1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"
  - "psql -c 'create database chouette_test;' -U postgres"
script: "rake spec"
notifications:
  recipients:
    - luc.donnet@dryade.net
    - michel.etienne@dryade.net