Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

Commit

Permalink
Merge branch 'develop' into ch-setup-docker-170947542
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnickii committed Feb 8, 2020
2 parents 4256cca + be49a72 commit 554aef9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ before_script:
- psql -c 'create database barefoot_nomad_test;' -U postgres
script:
- npm test
after_success: npm run coverage
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"create": "npx sequelize db:migrate",
"seed": "npx sequelize-cli db:seed:all",
"drop": "npx sequelize db:migrate:undo:all",
"coverage": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"author": "Andela Simulations Programme",
"license": "MIT",
Expand Down

0 comments on commit 554aef9

Please sign in to comment.