ソースを参照

Merge pull request #4020 from thinkyhead/rc_test_M600

Fix Travis test for FILAMENTCHANGEENABLE
Scott Lahteine 8年前
コミット
17c86349c0
1個のファイルの変更2行の追加1行の削除
  1. 2
    1
      .travis.yml

+ 2
- 1
.travis.yml ファイルの表示

@@ -134,7 +134,8 @@ script:
134 134
   # Enable FILAMENTCHANGEENABLE
135 135
   #
136 136
   - restore_configs
137
-  - opt_enable FILAMENTCHANGEENABLE ULTIMAKERCONTROLLER
137
+  - opt_enable ULTIMAKERCONTROLLER
138
+  - opt_enable_adv FILAMENTCHANGEENABLE
138 139
   - build_marlin
139 140
   #
140 141
   # Enable filament sensor

読み込み中…
キャンセル
保存