diff --git a/.travis.yml b/.travis.yml index 559c47bb3..8c2924ba1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,7 @@ before_script: - wget http://bretth.dev.openstreetmap.org/osmosis-build/osmosis-latest.tgz - tar xvfz osmosis-latest.tgz - chmod a+x bin/osmosis - - bin/osmosis - - sudo ln -s /usr/bin/osmosis bin/osmosis + - sudo ln -s bin/osmosis /usr/bin - rvm use 1.9.3 - gem install bundler - bundle install