This repository has been archived by the owner on Oct 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #102 from Alfresco/develop
Develop
- Loading branch information
Showing
13 changed files
with
77 additions
and
679 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
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 |
---|---|---|
@@ -1,6 +1,14 @@ | ||
language: ruby | ||
rvm: 2.2 | ||
|
||
rvm: | ||
- 2.1.4 | ||
sudo: required | ||
services: docker | ||
|
||
bundler_args: --without integration development | ||
before_install: curl -L https://www.getchef.com/chef/install.sh | sudo bash -s -- -P chefdk -v 0.9.0 | ||
install: chef exec bundle install | ||
|
||
before_script: sudo iptables -L DOCKER || sudo iptables -N DOCKER | ||
|
||
script: | ||
- chef exec bundle exec rake | ||
# Run test-kitchen with docker driver, for example: | ||
- chef exec bundle exec rake 'integration:docker[community,test]' |
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
Oops, something went wrong.