Skip to content

Commit

Permalink
Hopefully fix travis submodule issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Kapeli committed Apr 11, 2015
1 parent 43294c6 commit 8e3952b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@ language: ruby
rvm:
- 1.9.3
- 2.0.0
git:
submodules: false
before_install:
- git submodule update --init --recursive
install: gem install cheatset --no-ri --no-rdoc
script: find cheatsheets -name "*.rb" | xargs -n 1 cheatset generate

0 comments on commit 8e3952b

Please sign in to comment.