Skip to content

Commit 4444a20

Browse files
committed
Merge pull request #228 from JuanitoFatas/patch/travis-new-build-env
Use the new build env on Travis.
2 parents d3b0480 + 153fbab commit 4444a20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Passes arguments to bundle install (http://gembundler.com/man/bundle-install.1.html)
22
#bundler_args: --binstubs
3+
language: ruby
34

45
# Specify which ruby versions you wish to run your tests on, each version will be used
56
rvm:
@@ -18,3 +19,5 @@ matrix:
1819
- rvm: rbx-2
1920
- rvm: ruby-head
2021
script: "bundle exec rake"
22+
23+
sudo: false

0 commit comments

Comments
 (0)