Files
codeocean/.travis.yml
2015-01-28 18:45:21 +01:00

14 lines
333 B
YAML

addons:
code_climate:
repo_token: 53a2c2608c848714e96f6a1fc0365dcfdfec051f7827d50cea965ea625f49734
before_script:
- cp config/database.yml.travis config/database.yml
- psql --command='CREATE DATABASE travis_ci_test;' --username=postgres
language: ruby
rvm:
- 2.1.5
- 2.2.0
- ruby-head
- jruby-19mode
- jruby-head