Skip to content

Commit

Permalink
Merge pull request #105 from OpenSTFoundation/jasonbanks/gh104/travis…
Browse files Browse the repository at this point in the history
…-notifications

Update travis notifications recipients
  • Loading branch information
Abhay Kumar Singh committed Feb 2, 2018
2 parents a7104c6 + 1f94eed commit 47f38d6
Showing 1 changed file with 7 additions and 11 deletions.
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}')

0 comments on commit 47f38d6

Please sign in to comment.