vincent-pochet/ip_to_country

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: ruby
rvm:
  - "1.9.3"
  - "2.0.0"
before_script:
  - psql -c 'create database ip_to_country_test;' -U postgres
branches:
  only:
    - master