Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jochen
gitlab-irc
Commits
c5cb02e5
Commit
c5cb02e5
authored
Dec 29, 2013
by
nTraum
Browse files
ensure to use bundler gems when running tests
parent
68e56c46
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
c5cb02e5
...
...
@@ -13,4 +13,4 @@ matrix:
-
ruby-head
-
jruby-head
fast_finish
:
true
script
:
"
ruby
test/*_test.rb"
\ No newline at end of file
script
:
"
bundle
exec
ruby
test/*_test.rb"
\ No newline at end of file
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