summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Fazekas <mfazekas@szemafor.com>2016-05-01 14:08:51 +0200
committerMiklos Fazekas <mfazekas@szemafor.com>2016-05-01 14:08:51 +0200
commite1821c89e4c35b7bf99dd2c968140935b6a4c682 (patch)
tree89e82b1b355c84697e3f365e85c0974214a802c5
parent9115c32e93ee574f4f3bfd68252ffc93e485249b (diff)
downloadnet-ssh-e1821c89e4c35b7bf99dd2c968140935b6a4c682.tar.gz
Fix bundler version in travis.yml
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 34171f2..8415326 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,8 +36,8 @@ install:
- ansible-playbook ./test/integration/playbook.yml -i "localhost," --become -c local -e 'no_rvm=true' -e 'myuser=travis' -e 'mygroup=travis' -e 'homedir=/home/travis'
script:
- - bundle exec rake test
- - bundle exec rake test_test
- - bundle exec rubocop
+ - bundle _1.11.2_ exec rake test
+ - bundle _1.11.2_ exec rake test_test
+ - bundle _1.11.2_ exec rubocop