Skip to content

Commit

Permalink
Merge pull request #75 from Dan-Nolan/master
Browse files Browse the repository at this point in the history
Include Tests in subshell
  • Loading branch information
Dan-Nolan authored Jan 13, 2019
2 parents 19c2598 + a036d86 commit c7ab034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: node_js
node_js:
- node
before_script: ( cd server && npm i )
script: npm test
script: ( cd server && npm test )
before_deploy: ( cd build && npm i && node ./ )
deploy:
provider: releases
Expand Down

0 comments on commit c7ab034

Please sign in to comment.