浏览代码

[PR #1534] Reactivated pod lib lint in travis build with .swift-version file.

Thibault Vlacich 9 年之前
父节点
当前提交
0ac38d7e31
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 1 0
      .swift-version
  2. 3 4
      .travis.yml

+ 1 - 0
.swift-version

@@ -0,0 +1 @@
+3.0

+ 3 - 4
.travis.yml

@@ -51,8 +51,7 @@ script:
       xcodebuild -workspace "$WORKSPACE" -scheme "$EXAMPLE_SCHEME" -sdk "$SDK" -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=NO build | xcpretty -c;
     fi
 
-  # Temporarily disabling pod lib lint check due to CocoaPods issue: https://github.com/CocoaPods/CocoaPods/issues/5661
   # Run `pod lib lint` if specified
-  # - if [ $POD_LINT == "YES" ]; then
-  #     pod lib lint;
-  #   fi
+  - if [ $POD_LINT == "YES" ]; then
+      pod lib lint;
+    fi