]> git.lizzy.rs Git - rust.git/blobdiff - ci/integration-tests.sh
Merge pull request #3478 from dtolnay/setlen
[rust.git] / ci / integration-tests.sh
index 18b91f6eae05b7ff1c848ec196d18ad007b49fbf..75decab940eb421b700dfc57b48cff9b63025ba4 100755 (executable)
@@ -1,3 +1,13 @@
+# Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
+# file at the top-level directory of this distribution and at
+# http://rust-lang.org/COPYRIGHT.
+#
+# Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
+# http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
+# <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
+# option. This file may not be copied, modified, or distributed
+# except according to those terms.
+
 set -x
 rm ~/.cargo/bin/cargo-clippy
 cargo install --force --path .
@@ -18,9 +28,6 @@ function check() {
 }
 
 case ${INTEGRATION} in
-  rust-lang/cargo)
-    check
-    ;;
   *)
     check
     ;;