summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorIgor Raits <i.gnatenko.brain@gmail.com>2020-03-22 16:27:35 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2020-03-22 21:37:14 +0100
commit136a745c5de804ee9cf0ec601302e17cef6334a3 (patch)
tree6be7627da5f8b834a1de1c37a7bd5835d76fae67 /.travis.yml
parent5edd8260e8fef887bd4c7e39c411dfe843d03894 (diff)
chore: Update liquid to 0.20
Signed-off-by: Igor Raits <i.gnatenko.brain@gmail.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index b425b2ce..7b151bfe 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,15 +33,15 @@ matrix:
# Minimum Rust supported channel.
- os: linux
- rust: 1.36.0
+ rust: 1.37.0
env: TARGET=x86_64-unknown-linux-gnu
- os: linux
- rust: 1.36.0
+ rust: 1.37.0
env:
- TARGET=x86_64-unknown-linux-musl
- CC_x86_64_unknown_linux_musl=/usr/bin/musl-gcc
- os: osx
- rust: 1.36.0
+ rust: 1.37.0
env: TARGET=x86_64-apple-darwin
# Disable nightly for now