Commit d07d4082 authored by Greg Williams's avatar Greg Williams
Browse files

Updated README and .travis.yml to specify trivial git clone method for...

Updated README and .travis.yml to specify trivial git clone method for handling of nested submodules
parent 6afa096f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4,4 +4,5 @@ rvm:
  - "2.0.0"
# uncomment this line if your project needs to run something other than `rake`:
script: bundle exec rake ci
before_install:
  - git submodule update --init --recursive
+1 −6
Original line number Diff line number Diff line
@@ -6,12 +6,7 @@ Cloning the Repo
================
    > git clone https://github.com/atomicobject/kinetic-c.git
    > cd kinetic-c
    > git submodule init
    > git submodule update
    > cd vendor/ceedling
    > git submodule init # Needed since ceedling has its own submodules
    > cd - # go back to the kinetic-c repo root
    > git submodule update --recursive # Updates ALL submodules, including nested ones (ceedling)
    > git submodule update --init --recursive # needed for nested submodules

    > bundle install # Ensures you have all RubyGems needed