diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml new file mode 100644 index 0000000..ea55bd6 --- /dev/null +++ b/bitbucket-pipelines.yml @@ -0,0 +1,9 @@ +image: znetstar/tor-router:3.4.1 + +pipelines: + default: + - step: + name: Build and test + script: + - npm install + - npm test \ No newline at end of file