Commit 79e05b28 authored by James Lopez's avatar James Lopez

typo

parent 98de2129
...@@ -26,7 +26,7 @@ rubocop: ...@@ -26,7 +26,7 @@ rubocop:
- tags - tags
#ruby 2.1 #ruby 2.1
rspec: rspec:ruby2.1:
image: ruby:2.1 image: ruby:2.1
script: script:
- bundle exec rspec spec - bundle exec rspec spec
...@@ -35,7 +35,7 @@ rspec: ...@@ -35,7 +35,7 @@ rspec:
except: except:
- tags - tags
rubocop: rubocop:ruby2.1:
image: ruby:2.1 image: ruby:2.1
script: script:
- bundle exec rubocop - bundle exec rubocop
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment