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