Skip to content

Commit

Permalink
[docs] Disabled outside website generation.
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed May 2, 2017
1 parent a1e8360 commit d170779
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -37,7 +37,7 @@ matrix:

install: true

script: "mvn -B -e -P!generateproduct clean install"
script: "mvn -B -e -P!generateproduct -Dio.sarl.docs.tests.skip=true clean install"

#after_failure: "sh -e ./build-tools/scripts/print-surefire-reports.sh"

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -20,7 +20,7 @@ install:
- cmd: java -version

build_script:
- mvn -B -e -P!generateproduct clean install
- mvn -B -e -P!generateproduct -Dio.sarl.docs.tests.skip=true clean install

cache:
- C:\maven\ -> appveyor.yml
Expand Down

0 comments on commit d170779

Please sign in to comment.