Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Cool Fire
nanobot4
Commits
03ab9992
Commit
03ab9992
authored
Mar 08, 2017
by
Cool Fire
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
See if --dev flag speeds up jruby syntax checks
parent
d2e9844e
Pipeline
#248
passed with stages
in 11 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
No files found.
.gitlab-ci.yml
View file @
03ab9992
...
...
@@ -43,7 +43,7 @@ ruby_2.4:
-
master
script
:
-
ruby -v
-
find . -name "*\.rb" -print0 | xargs -I {} -0 -n1 sh -c "ls {}; ruby
--dev
-c {}"
-
find . -name "*\.rb" -print0 | xargs -I {} -0 -n1 sh -c "ls {}; ruby -c {}"
jruby_1.7
:
image
:
jruby:1.7
...
...
@@ -65,7 +65,7 @@ jruby_9.1:
-
master
script
:
-
ruby -v
-
find . -name "*\.rb" -print0 | xargs -I {} -0 -n1 sh -c "ls {}; ruby -c {}"
-
find . -name "*\.rb" -print0 | xargs -I {} -0 -n1 sh -c "ls {}; ruby
--dev
-c {}"
rubocop
:
stage
:
linting
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment