mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-26 04:21:36 +00:00
Properly add code climate repo token
This commit is contained in:
parent
6b5f2a0854
commit
47d29cb96c
1 changed files with 3 additions and 1 deletions
|
@ -1,9 +1,11 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
cache: bundler
|
cache: bundler
|
||||||
|
addons:
|
||||||
|
code_climate:
|
||||||
|
repo_token: b3db5b7df9a0a1d0fd3503e72d7431ffbfa172492c2840d590ccb2fafd9172d3
|
||||||
rvm:
|
rvm:
|
||||||
- 2.1.1
|
- 2.1.1
|
||||||
env:
|
env:
|
||||||
- CODECLIMATE_REPO_TOKEN=b3db5b7df9a0a1d0fd3503e72d7431ffbfa172492c2840d590ccb2fafd9172d3
|
|
||||||
- MYSQL_USERNAME=travis
|
- MYSQL_USERNAME=travis
|
||||||
script:
|
script:
|
||||||
- RAILS_ENV=test bundle exec rake db:create db:migrate db:test:prepare
|
- RAILS_ENV=test bundle exec rake db:create db:migrate db:test:prepare
|
||||||
|
|
Loading…
Reference in a new issue