aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: bc8a4c2714deff95efd697525f97a6b79c79dbd1 (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"
  - "psql -c 'create database chouette_test;' -U postgres"
  - "rake ci:prepare_travis"
script: "rake spec"
notifications:
  recipients:
    - luc.donnet@dryade.net