Skip to content

Commit

Permalink
Add yarn in slugignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
ssurabhi10 committed Jul 27, 2017
1 parent dbc9316 commit 8cd056b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .slugignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
yarn.lock
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cache:
- node_modules
git:
depth: 3
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
--colors --compilers js:babel-core/register server/tests --recursive
after_script:
- npm report-coverage
Expand Down

0 comments on commit 8cd056b

Please sign in to comment.