Skip to content

Commit

Permalink
Update wercker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
morygonzalez authored Mar 9, 2017
1 parent dca30d0 commit f227e6d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions wercker.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
box: wercker/ruby
# http://devcenter.wercker.com/articles/languages/ruby.html
box: ruby

build:
steps:
- bundle-install
- script:
name: Running rake spec
code: bundle exec rake spec
steps:
- bundle-install
- script:
name: rspec
code: bundle exec rspec

0 comments on commit f227e6d

Please sign in to comment.