diff options
| author | Zeyla Hellyer <[email protected]> | 2018-08-06 12:14:23 -0700 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2018-08-06 12:14:34 -0700 |
| commit | b3247749f745c524b1eb0f44118c8358868e722a (patch) | |
| tree | f90d998026eed5752bce787d9588906d35c214eb | |
| parent | Add simple no-parse getters and advancer to `Args` (diff) | |
| download | serenity-b3247749f745c524b1eb0f44118c8358868e722a.tar.xz serenity-b3247749f745c524b1eb0f44118c8358868e722a.zip | |
Make travis build rustc 1.25.0
| -rw-r--r-- | .travis.yml | 1 |
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 |