artirix/browsercms

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: ruby
rvm:
  - "2.1.2"
#  - "1.9.2"

addons:
  code_climate:
    repo_token: 93926b4a2cbbe49fe5c8f872aec4d68871965feba73a5b497c795933ce76a430

# uncomment this line if your project needs to run something other than `rake`:
# script: bundle exec rspec spec
before_script:
  - mysql -e 'create database browsercms_test;'