Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test merge #7

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
updated yml file
  • Loading branch information
paudieHealy committed Apr 20, 2018
commit 2e71bb7da3a98c260f138312f3b79b21e4abc847
12 changes: 6 additions & 6 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ deployment:
commands:
- $docker_trigger

# run tests!
- run: yarn test
- run: npm install
- run: npm test

test:
override:
- mocha
- mocha

# run tests!
- run: yarn test
- run: npm install
- run: npm test