Skip to content

Commit

Permalink
disable cucumber tests until the travis CI issues are sorted out
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisOSRM committed Feb 10, 2014
1 parent 1d22507 commit 45a4fe4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,8 @@ compiler:
# Make sure CMake is installed
install:
- sudo apt-get update >/dev/null
- sudo apt-get -q install libprotoc-dev libprotobuf7 libprotobuf-dev libosmpbf-dev libbz2-dev libstxxl-dev libstxxl1 libxml2-dev libzip-dev libboost1.46-all-dev lua5.1 liblua5.1-0-dev libluabind-dev rubygems
- sudo apt-get -q install libprotoc-dev libprotobuf7 libprotobuf-dev libosmpbf-dev libbz2-dev libstxxl-dev libstxxl1 libxml2-dev libzip-dev libboost1.46-all-dev lua5.1 liblua5.1-0-dev libluabind-dev rubygems osmosis
before_script:
- wget http://bretth.dev.openstreetmap.org/osmosis-build/osmosis-latest.tgz
- tar xvfz osmosis-latest.tgz
- chmod a+x bin/osmosis
- sudo ln bin/osmosis /usr/bin
- rvm use 1.9.3
- gem install bundler
- bundle install
Expand All @@ -20,7 +16,7 @@ before_script:
script: make -j 2
after_script:
- cd ..
- cucumber -p verify
# - cucumber -p verify
branches:
only:
- master
Expand Down

0 comments on commit 45a4fe4

Please sign in to comment.