Skip to content

Commit

Permalink
Chore: change travis notifications (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanDeMicco authored Feb 14, 2018
1 parent 822a98c commit efe8b04
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
language: node_js
node_js:
- '8'
notifications:
email:
recipients:
- [email protected]
aliases:
- &sauce-labs
before_script:
Expand All @@ -9,12 +13,6 @@ aliases:
addons:
sauce_connect: true
script: yarn run functional-tests-ci
notifications:
email:
recipients:
- [email protected]
on_success: always
on_failure: always
cache: yarn
- &sauce-labs-mobile
<<: *sauce-labs
Expand Down

0 comments on commit efe8b04

Please sign in to comment.