Skip to content

Commit

Permalink
implement travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev Workstation committed Oct 16, 2017
1 parent 9ebeaf7 commit 388a795
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: ruby
rvm:
- '2.3.3'
env:
- DB=postgresql
script:
- bundle exec rspec
- bundle exec brakeman --exit-on-warn --quiet -f plain
- bundle exec rubycritic app lib config --minimum-score 95 --mode-ci --no-browser
before_script:
- bundle exec rake db:create
- RAILS_ENV=test bundle exec rake db:migrate --trace
- bundle exec rake db:test:prepare
bundler_args: --without production

0 comments on commit 388a795

Please sign in to comment.