Skip to content

Commit cfa8b00

Browse files
JuanitoFatasflori
authored andcommitted
Use the new build env on Travis.
1 parent eddd9ba commit cfa8b00

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:
@@ -19,3 +20,5 @@ matrix:
1920
- rvm: rbx-2
2021
- rvm: ruby-head
2122
script: "bundle exec rake"
23+
24+
sudo: false

0 commit comments

Comments
 (0)