Browse Source

removed dockunit.json

sanex3339 8 years ago
parent
commit
99eee503e4
1 changed files with 0 additions and 12 deletions
  1. 0 12
      Dockunit.json

+ 0 - 12
Dockunit.json

@@ -1,12 +0,0 @@
-{
-  "containers": [
-    {
-      "prettyName": "Node 7.4.0",
-      "image": "node:7.4.0",
-      "beforeScripts": [
-        "npm install"
-      ],
-      "testCommand": "npm run test"
-    }
-  ]
-}