Skip to content

Commit

Permalink
More experimenting (voxpupuli#174).
Browse files Browse the repository at this point in the history
  • Loading branch information
dallinb committed Feb 23, 2016
1 parent eb3cd0b commit 9266e56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ dependencies:
2)
PUPPET_GEM_VERSION="~> 4.0" rvm-exec 2.1.6 bash -c "bundle check --path=vendor/bundle || bundle install --path=vendor/bundle"
;;
3) bundle install --without development
;;
esac
test:
Expand Down
1 change: 0 additions & 1 deletion scripts/circle.bash
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ unit_tests () {
gem --version
ruby --version
rvm --version
bundle install --without development
bundle exec rake lint || status=$?
bundle exec rake validate || status=$?

Expand Down

0 comments on commit 9266e56

Please sign in to comment.