Set up CI with Azure Pipelines

This commit is contained in:
Apeksha Awasthi 2019-02-28 15:56:16 -05:00
parent 2ca015c4c5
commit 9ab8d29e43
5 changed files with 81 additions and 3 deletions

3
ava.config.js Normal file
View file

@ -0,0 +1,3 @@
export default function config() {
return process.env.CI ? {tap: true} : {};
}