Skip to content

Commit 2664cac

Browse files
authored
Merge branch 'master' into TCI-154/Cron_jobs
2 parents 1ee281f + 165c096 commit 2664cac

File tree

133 files changed

+573
-490
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+573
-490
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ <h1 id="logo" class="logo">
237237
</h1>
238238
<nav>
239239
<ul id="navigation" class="navigation">
240-
<li><a href="https://blog.travis-ci.com">Blog</a></li>
240+
<li><a href="https://travis-ci.com/blog">Blog</a></li>
241241
<li><a href="https://docs.travis-ci.com">Docs</a></li>
242242
</ul>
243243
</nav>

_includes/c11-cpp11-and-beyond-and-toolchains.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ If your project requires tools compatible with C11, C++11, or a more recent lang
44

55
### GCC on Linux
66

7-
* [Precise](/user/reference/precise) ships with GCC 4.6.3
8-
* [Trusty](/user/reference/trusty) ships with GCC 4.8.2
9-
* [Xenial](/user/reference/xenial) ships with GCC 5.4.0
10-
* [Bionic](/user/reference/bionic) ships with GCC 7.4.0
7+
* [Precise](/user/reference/precise/) ships with GCC 4.6.3
8+
* [Trusty](/user/reference/trusty/) ships with GCC 4.8.2
9+
* [Xenial](/user/reference/xenial/) ships with GCC 5.4.0
10+
* [Bionic](/user/reference/bionic/) ships with GCC 7.4.0
1111

1212
Note that [GCC support for ISO C11 reached a similar level of completeness as ISO C99 in 4.9](https://gcc.gnu.org/wiki/C11Status) and that C++11 is feature-complete in 5.1 (the C++ language support was feature-complete in 4.8.1 but the standard library didn't support all C++11 features until [later](https://gcc.gnu.org/gcc-5/changes.html#libstdcxx), in particular [support for `<regex>` does not exist until 4.9](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53631)).
1313

@@ -117,10 +117,10 @@ addons:
117117

118118
### Clang on Linux
119119

120-
* [Precise](/user/reference/precise) ships with Clang 3.4
121-
* [Trusty](/user/reference/trusty) ships with Clang 3.5.0
122-
* [Xenial](/user/reference/xenial) ships with Clang 7
123-
* [Bionic](/user/reference/bionic) ships with Clang 7
120+
* [Precise](/user/reference/precise/) ships with Clang 3.4
121+
* [Trusty](/user/reference/trusty/) ships with Clang 3.5.0
122+
* [Xenial](/user/reference/xenial/) ships with Clang 7
123+
* [Bionic](/user/reference/bionic/) ships with Clang 7
124124

125125
Note that [C++11 support is complete starting from Clang 3.3](http://clang.llvm.org/cxx_status.html).
126126

@@ -213,12 +213,12 @@ matrix:
213213
 include:
214214
   - os: osx
215215
     osx_image: xcode10.1
216-
216+
217217
- os: osx
218218
     osx_image: xcode9.4
219219
```
220220
{: data-file=".travis.yml"}
221-
221+
222222
You can find the `clang` version shipped by Xcode [here](https://trac.macports.org/wiki/XcodeVersionInfo).
223223

224224
### Clang on FreeBSD
@@ -244,11 +244,11 @@ addons:
244244

245245
#### CMake
246246

247-
* [Precise](/user/reference/precise) ships with CMake 2.8.7
248-
* [Trusty](/user/reference/trusty) ships with CMake 3.9.2
249-
* [Xenial](/user/reference/xenial) ships with CMake 3.12.4
250-
* [Bionic](/user/reference/bionic) ships with CMake 3.12.4
251-
* [FreeBSD](/user/reference/freebsd) ships with CMake 3.15.5
247+
* [Precise](/user/reference/precise/) ships with CMake 2.8.7
248+
* [Trusty](/user/reference/trusty/) ships with CMake 3.9.2
249+
* [Xenial](/user/reference/xenial/) ships with CMake 3.12.4
250+
* [Bionic](/user/reference/bionic/) ships with CMake 3.12.4
251+
* [FreeBSD](/user/reference/freebsd/) ships with CMake 3.15.5
252252

253253
You can upgrade cmake to 3.2.3 on Precise from the `george-edison55-precise-backports` source (note that the `cmake-data` package contains dependencies which Aptitude does not automatically resolve), c.f.
254254

_includes/deploy/providers/anynines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ deploy:
1919
2020
## Status
2121
22-
Support for deployments to Anynines is in **alpha**. Please see [Maturity Levels](/user/deployment-v2#maturity-levels) for details.
22+
Support for deployments to Anynines is in **alpha**. Please see [Maturity Levels](/user/deployment-v2/#maturity-levels) for details.
2323
## Known options
2424
2525
Use the following options to further configure the deployment.

_includes/deploy/providers/azure_web_apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ deploy:
1818
1919
## Status
2020
21-
Support for deployments to Azure Web Apps is in **alpha**. Please see [Maturity Levels](/user/deployment-v2#maturity-levels) for details.
21+
Support for deployments to Azure Web Apps is in **alpha**. Please see [Maturity Levels](/user/deployment-v2/#maturity-levels) for details.
2222
## Known options
2323
2424
Use the following options to further configure the deployment.

_includes/deploy/providers/boxfuse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ deploy:
1717
1818
## Status
1919
20-
Support for deployments to Boxfuse is in **alpha**. Please see [Maturity Levels](/user/deployment-v2#maturity-levels) for details.
20+
Support for deployments to Boxfuse is in **alpha**. Please see [Maturity Levels](/user/deployment-v2/#maturity-levels) for details.
2121
## Known options
2222
2323
Use the following options to further configure the deployment.

_includes/deploy/providers/chef_supermarket.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ deploy:
1717
1818
## Status
1919
20-
Support for deployments to Chef Supermarket is in **alpha**. Please see [Maturity Levels](/user/deployment-v2#maturity-levels) for details.
20+
Support for deployments to Chef Supermarket is in **alpha**. Please see [Maturity Levels](/user/deployment-v2/#maturity-levels) for details.
2121
## Known options
2222
2323
Use the following options to further configure the deployment.

_includes/deploy/providers/cloud66.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ deploy:
1616
1717
## Status
1818
19-
Support for deployments to Cloud66 is in **alpha**. Please see [Maturity Levels](/user/deployment-v2#maturity-levels) for details.
19+
Support for deployments to Cloud66 is in **alpha**. Please see [Maturity Levels](/user/deployment-v2/#maturity-levels) for details.
2020
## Known options
2121
2222
Use the following options to further configure the deployment.

_includes/deploy/providers/cloudfiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ deploy:
1919
2020
## Status
2121
22-
Support for deployments to Cloud Files is in **alpha**. Please see [Maturity Levels](/user/deployment-v2#maturity-levels) for details.
22+
Support for deployments to Cloud Files is in **alpha**. Please see [Maturity Levels](/user/deployment-v2/#maturity-levels) for details.
2323
## Known options
2424
2525
Use the following options to further configure the deployment.

_includes/deploy/providers/convox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ deploy:
1818
1919
## Status
2020
21-
Support for deployments to Convox is in **development**. Please see [Maturity Levels](/user/deployment-v2#maturity-levels) for details.
21+
Support for deployments to Convox is in **development**. Please see [Maturity Levels](/user/deployment-v2/#maturity-levels) for details.
2222
## Known options
2323
2424
Use the following options to further configure the deployment.

_includes/deploy/providers/datica.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ deploy:
1616
1717
## Status
1818
19-
Support for deployments to Datica is in **development**. Please see [Maturity Levels](/user/deployment-v2#maturity-levels) for details.
19+
Support for deployments to Datica is in **development**. Please see [Maturity Levels](/user/deployment-v2/#maturity-levels) for details.
2020
## Known options
2121
2222
Use the following options to further configure the deployment.

0 commit comments

Comments
 (0)