changeset 76:77b90eae4bed draft

Properly name pipelines config for bitbucket
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 25 May 2019 23:32:08 +0200
parents 09c7a9c1fac7
children 0ab1063c3399
files README.md bitbucket-pipelines.yml pipelines.yml
diffstat 3 files changed, 9 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Sat May 25 23:28:43 2019 +0200
+++ b/README.md	Sat May 25 23:32:08 2019 +0200
@@ -1,5 +1,7 @@
 # pcombinators
 
+[![Build Status](https://travis-ci.org/dermesser/pcombinators.svg?branch=master)](https://travis-ci.org/dermesser/pcombinators)
+
 Working on parser combinators for Python, in an understandable manner. I've
 always been fascinated by them, so I wanted to try if I can implement them :-)
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bitbucket-pipelines.yml	Sat May 25 23:32:08 2019 +0200
@@ -0,0 +1,7 @@
+image: python:3.7.2
+pipelines:
+default:
+    - step:
+        script:
+            - python --version
+            - sh testonly.sh
\ No newline at end of file
--- a/pipelines.yml	Sat May 25 23:28:43 2019 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-image: python:3.7.2
-pipelines:
-default:
-    - step:
-        script:
-            - python --version
-            - sh testonly.sh
\ No newline at end of file