summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnike Arni <anikarni@gmail.com>2017-04-27 15:01:36 -0300
committerGitHub <noreply@github.com>2017-04-27 15:01:36 -0300
commit08d01b80733b15ea6afb0f24c746f722644a48df (patch)
tree5630e44a546ec2777b6e41eeb4f61eb2200b97b4
parent990a4453e05fb8b68822e9449d5096a6ab5f9e10 (diff)
Removes continuous integration section from README
-rw-r--r--README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.md b/README.md
index a2083f5d..a100e15a 100644
--- a/README.md
+++ b/README.md
@@ -176,10 +176,6 @@ You might also need to add your LEAP provider ssl certificate to pixelated manua
The easiest way to get this is downloading if from https://your.provider.org/ca.crt.
Rename the certificate based on your provider domain name like this `your.leapprovider.org.crt` and put it into `services/pixelated/certificates/`.
-
-## Continuous Integration
-All commits to the pixelated user agent code trigger all tests to be run in [snap-ci](https://snap-ci.com/pixelated/pixelated-user-agent/branch/master).
-
## Misc
* You can access the guest OS shell via the command `vagrant ssh` run within the `pixelated-user-agent/` folder in the host OS.
* `/vagrant/` in the guest OS is mapped to the `pixelated-user-agent/` folder in the host OS. File changes on either side will reflect in the other.