chore: do not trigger CI on std-future branch (#1635)

This commit is contained in:
Taiki Endo
2019-10-07 09:17:27 -07:00
committed by Carl Lerche
parent aefaef3abf
commit 55caddb9ce
+2 -2
View File
@@ -1,5 +1,5 @@
trigger: ["master", "std-future"]
pr: ["master", "std-future"]
trigger: ["master"]
pr: ["master"]
variables:
RUSTFLAGS: -Dwarnings