Skip to content

Commit

Permalink
Get rid of appveyor and travis configs
Browse files Browse the repository at this point in the history
  • Loading branch information
quodlibetor committed Jun 22, 2020
1 parent d85429c commit 1fb0e53
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 272 deletions.
40 changes: 0 additions & 40 deletions .travis.yml

This file was deleted.

13 changes: 2 additions & 11 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,12 @@
# TODO: delete this without breaking all PRs
environment:
matrix:
- TARGET: 1.13.0-x86_64-pc-windows-gnu
- TARGET: nightly-x86_64-pc-windows-msvc
- TARGET: nightly-i686-pc-windows-msvc
- TARGET: nightly-x86_64-pc-windows-gnu
- TARGET: nightly-i686-pc-windows-gnu
matrix:
allow_failures:
- channel: nightly
install:
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-${env:TARGET}.exe" -FileName "rust-install.exe"
- ps: .\rust-install.exe /VERYSILENT /NORESTART /DIR="C:\rust" | Out-Null
- ps: $env:PATH="$env:PATH;C:\rust\bin"
- rustc -vV
- cargo -vV

build: false

test_script:
- sh -c 'PATH=`rustc --print sysroot`/bin:$PATH ./ci/travis.sh'
- echo "stub"
8 changes: 0 additions & 8 deletions ci/install-node.sh

This file was deleted.

213 changes: 0 additions & 213 deletions ci/travis.sh

This file was deleted.

0 comments on commit 1fb0e53

Please sign in to comment.