summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPierre-Henri Symoneaux <phsym@users.noreply.github.com>2019-08-25 11:59:57 +0200
committerGitHub <noreply@github.com>2019-08-25 11:59:57 +0200
commite4eef6716b912aa34600b8eb5db8c6fbe52be2f6 (patch)
tree2cf44eec00f163cbb9226b904d71d942ec56484d /.travis.yml
parentfa70ca6fdb7d0d98a04961c1a74105e4f797661d (diff)
parentc826a94f698fcc8302e549e737d5cb01c766a5d9 (diff)
Merge pull request #100 from rotty/wip/allow-macro-use
Fix macros for selective import via `use`
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index b9a554a..2ac8945 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,6 @@
language: rust
rust:
-- 1.26.2
-- 1.27.2
-- 1.28.0
-- 1.29.0
+- 1.30.0
- stable
- beta
- nightly