aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 5adbb9b488969c461cae8937fcd62f299aa88768 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: ruby
rvm:
  - 1.8.7
  - jruby-18mode
before_install:
  - sudo apt-get install build-essential ruby-dev libproj-dev libgeos-dev libffi-dev libsparsehash-dev zlib1g-dev libxslt1-dev libxml2-dev libbz2-dev
before_script: 
  - "psql -c 'create database chouette_test;' -U postgres"
  - "psql -c 'create database chouette_production_test;' -U postgres"
  - "RAILS_ENV=test rake ci:prepare_travis"
script: "RAILS_ENV=test rake spec"
branches:
  only:
    - master
    - production