Skip to content

Commit df2d374

Browse files
committed
Try manually installing rspec in Travis CI.
1 parent 7b51355 commit df2d374

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ matrix:
1111

1212
before_install:
1313
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then rvm install 2.1 && rvm use 2.1 && ruby -v; fi
14+
install: gem install rspec
1415
script:
1516
- cd test && rake ci
1617
- make -s

0 commit comments

Comments
 (0)