aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2018-08-06 12:14:23 -0700
committerZeyla Hellyer <[email protected]>2018-08-06 12:14:34 -0700
commitb3247749f745c524b1eb0f44118c8358868e722a (patch)
treef90d998026eed5752bce787d9588906d35c214eb
parentAdd simple no-parse getters and advancer to `Args` (diff)
downloadserenity-b3247749f745c524b1eb0f44118c8358868e722a.tar.xz
serenity-b3247749f745c524b1eb0f44118c8358868e722a.zip
Make travis build rustc 1.25.0
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index bd426a7..c3ea58c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,7 @@ rust:
- stable
- beta
- nightly
+ - 1.25.0
os:
- linux
- osx