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

Commit 5eb275f

Browse files
committed
Disable travis cache, rm appveyor
* Disable incremental compile
1 parent bd5b899 commit 5eb275f

File tree

3 files changed

+3
-49
lines changed

3 files changed

+3
-49
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ branches:
66
- staging.tmp
77
- trying.tmp
88
cache:
9-
cargo: true
10-
timeout: 300
11-
# Quicker to fetch that during the build than to transmit as part of the cache
12-
before_cache:
13-
- rm -rf /home/travis/.cargo/registry
9+
cargo: false
1410
os:
1511
- linux
1612
- osx
@@ -29,3 +25,4 @@ env:
2925
- RUSTFLAGS=--cfg=enable_tooltip_tests
3026
- RUST_BACKTRACE=1
3127
- RLS_TEST_WAIT_FOR_AGES=1
28+
- CARGO_INCREMENTAL=0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![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)
1+
[![Build Status](https://travis-ci.org/rust-lang/rls.svg?branch=master)](https://travis-ci.org/rust-lang/rls)
22
[![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/)
33
[![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/)
44

appveyor.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)