Simple BitBucket pipelines example

Create and push bitbucket-pipelines.yml to the repo:

pipelines:
  branches:
    master:
      - step:
          name: An echo
          script:
            - echo "Hello world!"