Skip to content

Commit

Permalink
Added email notifications and DTO from repo again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Razican committed Sep 10, 2016
1 parent 2dcc45a commit c2953ad
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .travis.yml
Expand Up @@ -55,3 +55,11 @@ after_success:
env:
global:
- TRAVIS_CARGO_NIGHTLY_FEATURE=""

notifications:
email:
recipients:
- iban@fractal.global
- eric@fractal.global
on_success: change
on_failure: always
5 changes: 4 additions & 1 deletion Cargo.toml
Expand Up @@ -18,5 +18,8 @@ keywords = ["fractal", "global", "credits", "api"]
hyper = "^0.9"
chrono = { version = "^0.2", features = ["rustc-serialize"]}
rustc-serialize = "^0.3"
fractal-dto = "^0.0"
fractal-utils = "^0.2"

[dependencies.fractal-dto]
git = "https://github.com/FractalGlobal/dto-rs.git"
branch = "develop"

0 comments on commit c2953ad

Please sign in to comment.