mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-30 03:34:27 +01:00
Update travis to specify valid version of rubocop
This commit is contained in:
@@ -14,7 +14,7 @@ before_install:
|
|||||||
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install --assume-yes --quiet gcc-multilib; fi
|
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install --assume-yes --quiet gcc-multilib; fi
|
||||||
install:
|
install:
|
||||||
- gem install rspec
|
- gem install rspec
|
||||||
- gem install rubocop
|
- gem install rubocop -v 0.57.2
|
||||||
script:
|
script:
|
||||||
- cd test && rake ci
|
- cd test && rake ci
|
||||||
- make -s
|
- make -s
|
||||||
|
|||||||
Reference in New Issue
Block a user