Skip to content

Commit 8cd056b

Browse files
committed
Add yarn in slugignore file
1 parent dbc9316 commit 8cd056b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.slugignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
yarn.lock

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cache:
88
- node_modules
99
git:
1010
depth: 3
11-
script: cross-env NODE_ENV=test ./node_modules/.bin/mocha --ui bdd --reporter spec
11+
script: npm run build && cross-env NODE_ENV=test ./node_modules/.bin/mocha --ui bdd --reporter spec
1212
--colors --compilers js:babel-core/register server/tests --recursive
1313
after_script:
1414
- npm report-coverage

0 commit comments

Comments
 (0)