Skip to content

Commit

Permalink
Update Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
thejbsmith committed Sep 28, 2016
1 parent e7f47e9 commit a33d97a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
1 change: 0 additions & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ languages:
JavaScript: true
exclude_paths:
- 'app/assets/javascripts/spree/frontend/typeahead.bundle.js'
- 'spec/dummy/'
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@ language: ruby
rvm:
- 2.3.0

services:
- elasticsearch

sudo: false
cache: bundler

before_script:
- bundle exec rake test_app
script:
- bundle exec rspec spec

addons:
code_climate:
repo_token: 6cf4ba2d4eb65b2ea59982e9c888a9fd6eb6b2b9ab035f58086c06d5adb16e4a

0 comments on commit a33d97a

Please sign in to comment.