ソースを参照

Travis - dont compile with verbose flag

Chris Mullins 8 年 前
コミット
abf895e338
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -14,7 +14,7 @@ install:
 - platformio lib install
 - cd web && npm install && cd ..
 script:
-- platformio run -v
+- platformio run
 before_deploy:
   - ./.prepare_release
 deploy: