diff --git a/.travis.yml b/.travis.yml index 018824d14..7efc7ab8f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,10 @@ before_script: - mkdir build - cd build - cmake .. $CMAKEOPTIONS -script: make -j 2 +script: + - make -j 2 + # - cd .. + # - cucumber -p verify after_script: - cd .. - cucumber -p verify @@ -27,7 +30,7 @@ cache: - apt env: - CMAKEOPTIONS="-DCMAKE_BUILD_TYPE=Release" OSRM_PORT=5000 - - CMAKEOPTIONS="-DCMAKE_BUILD_TYPE=Debug" OSRM_PORT=6000 + - CMAKEOPTIONS="-DCMAKE_BUILD_TYPE=Debug" OSRM_PORT=5010 notifications: irc: channels: