Skip to content

Commit

Permalink
Add bundle install to circle ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Borja Martín Fernández committed Jun 27, 2016
1 parent 5915959 commit da68ba4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
test:
override:
- bundle install
- yaml-lint data/
- bundle exec rspec test.rb
- yaml-lint data/

0 comments on commit da68ba4

Please sign in to comment.