Skip to content

Commit

Permalink
Added test build for rsync only in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrt committed Jan 25, 2016
1 parent e215215 commit 318b149
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ language: c

before_script:
- cmake --help
- cmake $CMAKE_GENERATOR .
- cmake $CMAKE_OPTIONS $CMAKE_GENERATOR .

sudo: required

Expand Down Expand Up @@ -44,6 +44,11 @@ matrix:
script:
- ninja check doc

- dist: precise
sudo: false
env: CMAKE_OPTIONS="-D BUILD_RDIFF=OFF"


# Docs are tested on Trusty with Ninja, and on OSX (which might have a more
# recent Doxygen.)

Expand Down

0 comments on commit 318b149

Please sign in to comment.