Remove Travis CI (#465)

This commit is contained in:
Sergejs Kostjucenko
2022-04-08 16:18:27 +03:00
committed by GitHub
parent d6ed878cb4
commit 18cc7586cf
2 changed files with 1 additions and 36 deletions
-35
View File
@@ -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
+1 -1
View File
@@ -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`