summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAra Adkins <me@ara.io>2019-04-11 18:06:54 +0100
committerBen Gamari <ben@well-typed.com>2019-04-13 10:00:02 -0400
commit2e7b2e55de503d3b5086c0cec5f320667503f699 (patch)
tree554b642cdecc18e037dd322f6ef93f71c3b9b770 /README.md
parent7876d08881b66c3e47d8dab3420c9c14616325e4 (diff)
downloadhaskell-2e7b2e55de503d3b5086c0cec5f320667503f699.tar.gz
[skip ci] Update CI badge in readme
This trivial MR updates the CI badge in the readme to point to the new CI on gitlab, rather than the very out-of-date badge from Travis.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f9b1c2cd02..b647637028 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
The Glasgow Haskell Compiler
============================
-[![Build Status](https://api.travis-ci.org/ghc/ghc.svg?branch=master)](http://travis-ci.org/ghc/ghc)
+[![pipeline status](https://gitlab.haskell.org/ghc/ghc/badges/master/pipeline.svg?style=flat)](https://gitlab.haskell.org/ghc/ghc/commits/master)
This is the source tree for [GHC][1], a compiler and interactive
environment for the Haskell functional programming language.