瀏覽代碼

Add installation step to install Danger

Andrea Bizzotto 8 年之前
父節點
當前提交
0e50adf50f
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -5,8 +5,9 @@ osx_image: xcode8.3
 
 install:
   - ./scripts/install_swiftlint.sh
+  - bundle install --path vendor/bundle
 
 script:
   - swiftlint
   - ./scripts/build.sh
-  - bundle exec danger
+  - bundle exec danger --verbose