1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 08:25:58 +01:00

Try manually installing rspec in Travis CI.

This commit is contained in:
Matt Chernosky
2016-12-02 22:57:10 -07:00
parent 7b51355e5a
commit df2d37459b

View File

@@ -11,6 +11,7 @@ matrix:
before_install:
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then rvm install 2.1 && rvm use 2.1 && ruby -v; fi
install: gem install rspec
script:
- cd test && rake ci
- make -s