瀏覽代碼

Updating travis to be ready for deployment

Kevin Harwood 9 年之前
父節點
當前提交
cff0bf83d1
共有 1 個文件被更改,包括 5 次插入6 次删除
  1. 5 6
      .travis.yml

+ 5 - 6
.travis.yml

@@ -42,9 +42,8 @@ after_failure:
  - cat -n ~/Library/Logs/scan/*
  - cat -n ~/Library/Logs/scan/*
  - cat -n $TMPDIR/com.apple.dt.XCTest-status/Session*.log
  - cat -n $TMPDIR/com.apple.dt.XCTest-status/Session*.log
  - cat -n ~/Library/Logs/DiagnosticReports/xctest*.crash
  - cat -n ~/Library/Logs/DiagnosticReports/xctest*.crash
-# Commenting Deploy out until out of beta
-# deploy:
-#   provider: script
-#   script: fastlane complete_framework_release --env deploy
-#   on:
-#     tags: true
+deploy:
+  provider: script
+  script: fastlane complete_framework_release --env deploy
+  on:
+    tags: true