add bitbucket pipelines

This commit is contained in:
Zachary Boyd 2018-08-10 00:54:30 -04:00
parent f77d6bf3b5
commit 09605e36c5

9
bitbucket-pipelines.yml Normal file
View file

@ -0,0 +1,9 @@
image: znetstar/tor-router:3.4.1
pipelines:
default:
- step:
name: Build and test
script:
- npm install
- npm test