Skip to content

Commit

Permalink
Disable Rust, Windows and most of frontends for CI speed
Browse files Browse the repository at this point in the history
Need to make CI run faster to deal with massive dependabot debt
  • Loading branch information
vgrichina authored Feb 24, 2021
1 parent 0c3dc1b commit f5dda12
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ rust:
os:
- linux
# - osx
- windows
# - windows
cache: cargo
env:
- CONTRACT=assemblyscript FRONTEND=vanilla NEAR_ENV=ci YARN_GPG=no
- CONTRACT=assemblyscript FRONTEND=react NEAR_ENV=ci YARN_GPG=no
- CONTRACT=assemblyscript FRONTEND=vue NEAR_ENV=ci YARN_GPG=no
- CONTRACT=assemblyscript FRONTEND=angular NEAR_ENV=ci YARN_GPG=no
- CONTRACT=rust FRONTEND=vanilla NEAR_ENV=ci YARN_GPG=no
- CONTRACT=rust FRONTEND=react NEAR_ENV=ci YARN_GPG=no
- CONTRACT=rust FRONTEND=vue NEAR_ENV=ci YARN_GPG=no
- CONTRACT=rust FRONTEND=angular NEAR_ENV=ci YARN_GPG=no
# - CONTRACT=assemblyscript FRONTEND=react NEAR_ENV=ci YARN_GPG=no
# - CONTRACT=assemblyscript FRONTEND=vue NEAR_ENV=ci YARN_GPG=no
# - CONTRACT=assemblyscript FRONTEND=angular NEAR_ENV=ci YARN_GPG=no
# - CONTRACT=rust FRONTEND=vanilla NEAR_ENV=ci YARN_GPG=no
# - CONTRACT=rust FRONTEND=react NEAR_ENV=ci YARN_GPG=no
# - CONTRACT=rust FRONTEND=vue NEAR_ENV=ci YARN_GPG=no
# - CONTRACT=rust FRONTEND=angular NEAR_ENV=ci YARN_GPG=no
before_install:
- if [[ "$CONTRACT" == "rust" ]]; then rustup target add wasm32-unknown-unknown; fi
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then HOME="/c/Users/travis" && export NVS_HOME=$ProgramData/nvs && git clone --single-branch https://github.com/jasongin/nvs $NVS_HOME && source $NVS_HOME/nvs.sh && nvs --version && nvs add 12 && nvs use 12; fi
Expand Down

0 comments on commit f5dda12

Please sign in to comment.