Skip to content

Commit 79cef1f

Browse files
committed
travis: add travis postback for rust-embedded-bot
Also update the versions of rust being tested. Signed-off-by: Paul Osborne <osbpau@gmail.com>
1 parent d6416e1 commit 79cef1f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
language: rust
2+
sudo: false
23
rust:
34
- 1.2.0
45
- 1.3.0
56
- 1.4.0
67
- 1.5.0
8+
- 1.6.0
9+
- 1.7.0
10+
- stable
711
- beta
812
- nightly
913
env:
@@ -22,5 +26,5 @@ after_success: ! '[ $TRAVIS_BRANCH = master ] && [ $TRAVIS_PULL_REQUEST = false
2226
&& ghp-import -n target/doc
2327
&& git push -fq https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages'
2428

25-
# Use Travis container-based system (much faster to start up)
26-
sudo: false
29+
notifications:
30+
webhooks: http://rust-embedded-bot.herokuapp.com/travis

0 commit comments

Comments
 (0)