diff --git a/Jenkinsfile b/Jenkinsfile deleted file mode 100644 index 034c3cd..0000000 --- a/Jenkinsfile +++ /dev/null @@ -1,13 +0,0 @@ -pipeline { - agent any - - stages { - stage('mocha') { - steps { - sh 'npm install --dev' - sh 'npm run test' - } - } - } -} - diff --git a/README.md b/README.md index a8aabb0..dfb8f3d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Scraper ======= -[![Build Status](https://ci.gitnet.fr/buildStatus/icon?job=Gitnet%2Fscraper%2Fmaster)](https://ci.gitnet.fr/job/Gitnet/job/scraper/job/master/) +[![Build Status](https://ci.gitnet.fr/api/badges/deblan/scraper/status.svg)](https://ci.gitnet.fr/deblan/scraper) This project is a basic tool to scrap a data from a website using a CSS selector.