From 18cc7586cf67adfba697e7c9e892b893269a6b03 Mon Sep 17 00:00:00 2001 From: Sergejs Kostjucenko <85877331+sergejparity@users.noreply.github.com> Date: Fri, 8 Apr 2022 16:18:27 +0300 Subject: [PATCH] Remove Travis CI (#465) --- .travis.yml | 35 ----------------------------------- frontend/README.md | 2 +- 2 files changed, 1 insertion(+), 36 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 48bd5ae..0000000 --- a/.travis.yml +++ /dev/null @@ -1,35 +0,0 @@ -language: rust - -cache: - cargo: true - -rust: - - stable - - beta - - nightly - -env: - global: - - CLIPPY_TOOLCHAIN=nightly - -matrix: - allow_failures: - - rust: nightly - -os: - - linux - -before_install: - - source $HOME/.nvm/nvm.sh - - nvm install --lts - - nvm use --lts - -before_script: - - if [ $TRAVIS_RUST_VERSION = $CLIPPY_TOOLCHAIN ]; then rustup component add clippy-preview --toolchain=$CLIPPY_TOOLCHAIN; fi - -script: - - cd frontend - - yarn - - yarn pretty:check - - yarn test - - yarn build diff --git a/frontend/README.md b/frontend/README.md index d5b4fc9..8df4987 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -991,7 +991,7 @@ These variables will act as the defaults if the machine does not explicitly set Please refer to the [dotenv documentation](https://github.com/motdotla/dotenv) for more details. >Note: If you are defining environment variables for development, your CI and/or hosting platform will most likely need -these defined as well. Consult their documentation how to do this. For example, see the documentation for [Travis CI](https://docs.travis-ci.com/user/environment-variables/) or [Heroku](https://devcenter.heroku.com/articles/config-vars). +these defined as well. Consult their documentation how to do this. For example, see the documentation for [GitLab](https://docs.gitlab.com/ee/ci/variables/), [Travis CI](https://docs.travis-ci.com/user/environment-variables/) or [Heroku](https://devcenter.heroku.com/articles/config-vars). #### Expanding Environment Variables In `.env`