We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbc9316 commit 8cd056bCopy full SHA for 8cd056b
.slugignore
@@ -0,0 +1 @@
1
+yarn.lock
.travis.yml
@@ -8,7 +8,7 @@ cache:
8
- node_modules
9
git:
10
depth: 3
11
-script: cross-env NODE_ENV=test ./node_modules/.bin/mocha --ui bdd --reporter spec
+script: npm run build && cross-env NODE_ENV=test ./node_modules/.bin/mocha --ui bdd --reporter spec
12
--colors --compilers js:babel-core/register server/tests --recursive
13
after_script:
14
- npm report-coverage
0 commit comments