Skip to content

Commit 1d1b442

Browse files
author
srathod
committed
- Added sample-code-ruby as submodule.
1 parent 3fd52ec commit 1d1b442

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "sample-code-ruby"]
2+
path = sample-code-ruby
3+
url = https://github.com/AuthorizeNet/sample-code-ruby

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@ rvm:
33
- 1.9.3
44
- 2.0.0
55
- 2.1.0
6+
7+
before_script:
8+
- git submodule update --remote --recursive
9+
610
script: bundle exec rake spec:ci

sample-code-ruby

Submodule sample-code-ruby added at 180100d

0 commit comments

Comments
 (0)