Skip to content

Commit

Permalink
cache dependencies on travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisOSRM committed Dec 6, 2013
1 parent e32bc5e commit a5c406a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@ before_script:
- mkdir build
- cd build
- cmake .. $CMAKEOPTIONS
script: make
script: make -j3
branches:
only:
- master
- develop
cache:
- bundler
- apt
env:
- CMAKEOPTIONS="-DCMAKE_BUILD_TYPE=Release"
- CMAKEOPTIONS="-DCMAKE_BUILD_TYPE=Debug"
Expand Down

0 comments on commit a5c406a

Please sign in to comment.