aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2018-11-17 12:50:29 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2018-11-17 12:50:29 +0000
commitf1d8558cd5fe20a351496c39dbb8e15aa028803c (patch)
treebff7587643311fca68926fb519dcbefeb177c141 /README.md
parent97532c8bf74b96336c1c553171b3ee787edbc66a (diff)
parentcb659cd262f5b66de01b036e26cd51b04052d488 (diff)
Merge #215
215: Add Travis Windows build r=matklad a=phansch This adds the Windows build to Travis. I had to use the `dos2unix` utility on the parser directory to fix some incorrect line endings. I'm not sure where they are coming from but I guess git is converting them automatically when cloning on Windows. Closes #139 Co-authored-by: Philipp Hansch <[email protected]>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1c5398779..a6195237f 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,6 @@
1# Rust Analyzer 1# Rust Analyzer
2 2
3[![Build Status](https://travis-ci.org/rust-analyzer/rust-analyzer.svg?branch=master)](https://travis-ci.org/rust-analyzer/rust-analyzer) 3[![Build Status](https://travis-ci.org/rust-analyzer/rust-analyzer.svg?branch=master)](https://travis-ci.org/rust-analyzer/rust-analyzer)
4[![Build status](https://ci.appveyor.com/api/projects/status/vtt455oi3hjy9uvk/branch/master?svg=true)](https://ci.appveyor.com/project/matklad/rust-analyzer/branch/master)
5
6 4
7Rust Analyzer is an **experimental** modular compiler frontend for the 5Rust Analyzer is an **experimental** modular compiler frontend for the
8Rust language, which aims to lay a foundation for excellent IDE 6Rust language, which aims to lay a foundation for excellent IDE