summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorIgor Gnatenko <ignatenko@redhat.com>2017-06-15 18:32:36 +0200
committerAndrew Gallant <jamslam@gmail.com>2017-07-30 18:00:50 -0400
commita2d4c03c7174f9f858d70afa4a45b23ccac5f579 (patch)
tree0bad9364abf8b2ea6fa77356b495429be18753b2 /.travis.yml
parentb7c3cf314d31cec85f9e3e61edf385c9c2f4e7b5 (diff)
bump encoding_rs to 0.6
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 7078e18e..5877f242 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,10 +34,10 @@ matrix:
env: TARGET=x86_64-unknown-linux-gnu
# Minimum Rust supported channel.
- os: linux
- rust: 1.12.0
+ rust: 1.16.0
env: TARGET=x86_64-unknown-linux-gnu
- os: linux
- rust: 1.12.0
+ rust: 1.16.0
env: TARGET=x86_64-unknown-linux-musl
before_install: