We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeaa943 commit b9b8e02Copy full SHA for b9b8e02
.travis.yml
@@ -6,5 +6,8 @@ node_js:
6
install:
7
- npm install
8
9
+before_script:
10
+- cp conf.json.dist conf.json
11
+
12
script:
13
- npm test
0 commit comments