summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2015-01-02 23:30:20 +0100
committerFlorian Frank <flori@ping.de>2015-01-02 23:30:20 +0100
commit4444a206afc08fe641df91d6d113e11d5594678f (patch)
tree198bc9d8132d19e9519a7161469fa8893a9c31b5
parentd3b0480763fb03713a33ba1c03e6d9b9633649c4 (diff)
parent153fbab807989d5bf8456b334b0c7b8e870a8907 (diff)
downloadjson-4444a206afc08fe641df91d6d113e11d5594678f.tar.gz
Merge pull request #228 from JuanitoFatas/patch/travis-new-build-env
Use the new build env on Travis.
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 3dff534..8971baa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,6 @@
# Passes arguments to bundle install (http://gembundler.com/man/bundle-install.1.html)
#bundler_args: --binstubs
+language: ruby
# Specify which ruby versions you wish to run your tests on, each version will be used
rvm:
@@ -18,3 +19,5 @@ matrix:
- rvm: rbx-2
- rvm: ruby-head
script: "bundle exec rake"
+
+sudo: false