Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Disable travis cache, rm appveyor
Browse files Browse the repository at this point in the history
* Disable incremental compile
  • Loading branch information
alexheretic committed Dec 10, 2018
1 parent bd5b899 commit 5eb275f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 49 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ branches:
- staging.tmp
- trying.tmp
cache:
cargo: true
timeout: 300
# Quicker to fetch that during the build than to transmit as part of the cache
before_cache:
- rm -rf /home/travis/.cargo/registry
cargo: false
os:
- linux
- osx
Expand All @@ -29,3 +25,4 @@ env:
- RUSTFLAGS=--cfg=enable_tooltip_tests
- RUST_BACKTRACE=1
- RLS_TEST_WAIT_FOR_AGES=1
- CARGO_INCREMENTAL=0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/rust-lang/rls.svg?branch=master)](https://travis-ci.org/rust-lang/rls) [![Build status](https://ci.appveyor.com/api/projects/status/cxfejvsqnnc1oygs?svg=true)](https://ci.appveyor.com/project/jonathandturner/rls-x6grn)
[![Build Status](https://travis-ci.org/rust-lang/rls.svg?branch=master)](https://travis-ci.org/rust-lang/rls)
[![Nightly status](https://img.shields.io/badge/dynamic/json.svg?label=rls-preview%20(Windows)&url=https%3A%2F%2Fraw.githubusercontent.com%2Frust-lang-nursery%2Frust-toolstate%2Fmaster%2F_data%2Flatest.json&query=%24%5B%3F(%40.tool%3D%3D%22rls%22)%5D.windows&colorB=lightgrey)](https://rust-lang-nursery.github.io/rust-toolstate/)
[![Nightly status](https://img.shields.io/badge/dynamic/json.svg?label=rls-preview%20(Linux)&url=https%3A%2F%2Fraw.githubusercontent.com%2Frust-lang-nursery%2Frust-toolstate%2Fmaster%2F_data%2Flatest.json&query=%24%5B%3F(%40.tool%3D%3D%22rls%22)%5D.linux&colorB=lightgrey)](https://rust-lang-nursery.github.io/rust-toolstate/)

Expand Down
43 changes: 0 additions & 43 deletions appveyor.yml

This file was deleted.

0 comments on commit 5eb275f

Please sign in to comment.