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

Update travis notifications recipients #105

Merged
merged 1 commit into from Feb 2, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 7 additions & 11 deletions .travis.yml
Expand Up @@ -8,24 +8,20 @@ branches:
notifications:
email:
recipients:
- devops@pepo.com
- deepesh@pepo.com
- abhay@pepo.com
- ben@simpletoken.org
- jason.banks@simpletoken.org
- ci.report@ost.com
on_success: always
on_failure: always
node_js:
- "8"
- "8"
before_install:
- sudo apt-get update
- sudo apt-get update
- sudo apt-get install nodejs
- sudo apt-get install npm
- sudo apt-get install npm
install:
- npm install
before_script:
- npm install
before_script:
- nohup ./tools/runTestRpc.sh </dev/null >/dev/null 2>&1 &
script:
script:
- truffle test
after_script:
- kill $(ps aux | grep 'testrpc' | awk '{print $2}')