Skip to content

Commit

Permalink
skip certificate check from installation of sm - fix tests - attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed May 15, 2014
1 parent d56815e commit 4684b2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,8 @@ rvm:
before_install:
- 'rm -rvf $rvm_path/gems/*/{bin,gems}/{rubygems-bundler-,executable-hooks-}* $rvm_path/gems/*/bin/ruby_*_wrapper'
- hash -r
- 'curl -sSLk https://get.smf.sh | sh'
- 'echo insecure >> ~/.curlrc'
- 'curl -sSL https://get.smf.sh | sh'
- 'export PATH=~/.sm/bin:$PATH'
- 'gem install executable-hooks'
- 'sm ext install gem mpapis/sm_gem'
Expand Down

0 comments on commit 4684b2f

Please sign in to comment.