This repository has been archived by the owner on Dec 31, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added travis config and coveralls support
- Loading branch information
Igor Rzegocki
committed
Apr 17, 2016
1 parent
b089eb3
commit a782a64
Showing
5 changed files
with
38 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ Berksfile.lock | |
\#*# | ||
.*.sw[a-z] | ||
*.un~ | ||
coverage | ||
|
||
# Bundler | ||
Gemfile.lock | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
sudo: false | ||
rvm: | ||
- '2.2' | ||
addons: | ||
apt: | ||
sources: | ||
- chef-stable-precise | ||
packages: | ||
- chefdk | ||
|
||
before_install: "gem install bundler" | ||
install: bundle install --without chef | ||
|
||
before_script: | ||
- chef gem install coveralls | ||
- git config --global user.email "travis@travis.ci" | ||
- git config --global user.name "Travis CI" | ||
- bundle exec overcommit --sign | ||
- bundle exec overcommit --sign pre-commit | ||
|
||
script: | ||
- bundle exec overcommit -r | ||
- chef exec rspec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters