Преглед на файлове

Travis: remove a redundant os: linux line

Linux is the first item in the os matrix, so we don't need to specify
it under matrix: include: .

Part of 29280.
teor преди 4 години
родител
ревизия
75f9ae9029
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      .travis.yml

+ 0 - 1
.travis.yml

@@ -43,7 +43,6 @@ matrix:
     # We also try running a hardened clang build with chutney on Linux.
     - env: CHUTNEY="yes" SKIP_MAKE_CHECK="yes" CHUTNEY_ALLOW_FAILURES="2"
       compiler: clang
-      os: linux
 
   ## Uncomment to allow the build to report success (with non-required
   ## sub-builds continuing to run) if all required sub-builds have