From 09605e36c535ad2d9f2f047e23fad048288cef72 Mon Sep 17 00:00:00 2001 From: Zachary Boyd Date: Fri, 10 Aug 2018 00:54:30 -0400 Subject: [PATCH] add bitbucket pipelines --- bitbucket-pipelines.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bitbucket-pipelines.yml 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