this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Limit doc deployment to the intended build config.

+3 -2
+3 -2
.travis.yml
··· 43 43 provider: pages 44 44 skip_cleanup: true 45 45 github_token: $GithubDocsToken 46 - #local_dir: doc/ 46 + #local_dir: html/ 47 47 on: 48 48 branch: master 49 - 49 + os: linux 50 + compiler: gcc 50 51 before_script: 51 52 - if [[ "$BUILD" == "native" ]]; then 52 53 $CC --version;