Remove Travis as a CI platform (#6369)
It's currently causing weird unknown problems in React tests that run successfully everywhere else, and by now all the tests that run on Travis also run on CircleCI, so Travis is not needed anymore. Signed-off-by: Julius Volz <julius.volz@gmail.com>pull/6371/head
parent
c63259b83c
commit
4be90b201e
@ -1,22 +0,0 @@ |
||||
language: go |
||||
|
||||
# Whenever the Go version is updated here, .circleci/config.yml and .promu.yml |
||||
# should also be updated. |
||||
go: |
||||
- 1.13.x |
||||
|
||||
go_import_path: github.com/prometheus/prometheus |
||||
|
||||
# This ensures that the local cache is filled before running the CI. |
||||
# travis_retry retries the command 3 times if it fails as we've experienced |
||||
# random issues on Travis. |
||||
before_install: |
||||
- travis_retry make deps |
||||
- . $HOME/.nvm/nvm.sh |
||||
- nvm install stable |
||||
- nvm use stable |
||||
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then choco install make; fi |
||||
|
||||
script: |
||||
- make check_license style unused test lint |
||||
- git diff --exit-code |
Loading…
Reference in new issue