Skip to content

Commit

Permalink
Deprecate Travis CI
Browse files Browse the repository at this point in the history
Travis CI linter was the only job that we ran. Deprecate it in favour of
Azure.

Signed-off-by: Filip Jeremic <[email protected]>
  • Loading branch information
fjeremic committed Nov 6, 2020
1 parent 841d9b7 commit e5211a3
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 104 deletions.
2 changes: 0 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ build / configure:

ci:
- buildenv/jenkins/**/*
- scripts/build-on-travis.sh
- ./.Windows.yml
- ./.travis.yml
- ./azure-pipelines*

cmake:
Expand Down
55 changes: 0 additions & 55 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ A subset of the labels are documented below.

* [**`ci`**](https://github.com/eclipse/omr/labels/ci) labels are used for
issues and enhancements with the continuous integration system for pull
request testing (e.g., Jenkins, Travis, AppVeyor, etc.)
request testing (e.g., Jenkins, Azure, etc.)

* [**`cmake`**](https://github.com/eclipse/omr/labels/cmake) labels are similar
to build/configure but they apply specifically to the CMake configuration.
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ Build Status

| Build | Status |
| ---------------------- | -------------------- |
| Linux x86-64 Lint (Travis) | [![Travis Overall Status](https://api.travis-ci.org/eclipse/omr.svg?branch=master)](https://travis-ci.org/eclipse/omr) |
| Windows x86-64 | [![Windows x86-64 Status](https://ci.eclipse.org/omr/job/Build-win_x86-64/badge/icon)](https://ci.eclipse.org/omr/job/Build-win_x86-64/) |
| Linux x86 | [![Build Status](https://ci.eclipse.org/omr/job/Build-linux_x86/badge/icon)](https://ci.eclipse.org/omr/job/Build-linux_x86/) |
| Linux x86-64 | [![Linux x86-64 Status](https://ci.eclipse.org/omr/job/Build-linux_x86-64/badge/icon)](https://ci.eclipse.org/omr/job/Build-linux_x86-64/) |
Expand Down
2 changes: 1 addition & 1 deletion doc/GuideForCommitters.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ objectively, but the committer should verify that each commit contains distinct
changes that should not otherwise be logically squashed with other commits in the
same pull request.

* When commits are pushed to a pull request, TravisCI and Azure builds launch
* When commits are pushed to a pull request, Azure builds launch
automatically to test the changes on x86 Linux, macOS, and Windows platforms.
If the change affects multiple platforms, you must initiate a pull
request build on all affected platforms prior to merging. To launch a pull request
Expand Down
4 changes: 2 additions & 2 deletions fvtest/tril/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ The `test/` directory contains some GTest-based test cases for Tril.
```

3. Build tril using `cmake`. To ensure OMR gets built in a compatible
configuration, we currently reccomend you use the CMake cache that drives
our TravisCI builds.
configuration, we currently recommend you use the CMake cache that drives
our Azure builds.

```sh
mkdir build
Expand Down
42 changes: 0 additions & 42 deletions scripts/build-on-travis.sh

This file was deleted.

0 comments on commit e5211a3

Please sign in to comment.