Skip to content

Commit

Permalink
run bundle install
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancalhoun committed Dec 17, 2015
1 parent 602c05f commit 2506b2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ platform:
configuration:
- RelWithDebInfo
- Debug
install:
- bundle install
before_build:
- rake cmake
build_script:
Expand Down
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ language: cpp
compiler:
- clang
- gcc
before_install:
- bundle install
before_script:
- rake cmake
script:
Expand Down

0 comments on commit 2506b2e

Please sign in to comment.