Browse Source

Move long tests to the end

Scott Lahteine 5 years ago
parent
commit
cd791f1cba
1 changed files with 4 additions and 2 deletions
  1. 4
    2
      .travis.yml

+ 4
- 2
.travis.yml View File

@@ -13,8 +13,6 @@ env:
13 13
   - TEST_PLATFORM="DUE"
14 14
   - TEST_PLATFORM="esp32"
15 15
   - TEST_PLATFORM="linux_native"
16
-  - TEST_PLATFORM="LPC1768"
17
-  - TEST_PLATFORM="LPC1769"
18 16
   - TEST_PLATFORM="megaatmega2560"
19 17
   - TEST_PLATFORM="STM32F103RE"
20 18
   - TEST_PLATFORM="teensy31"
@@ -36,6 +34,10 @@ env:
36 34
   - TEST_PLATFORM="STM32F103VE_longer"
37 35
   - TEST_PLATFORM="STM32F407VE_black"
38 36
 
37
+  # Put lengthy tests last
38
+  - TEST_PLATFORM="LPC1768"
39
+  - TEST_PLATFORM="LPC1769"
40
+
39 41
   # Non-working environment tests
40 42
   #- TEST_PLATFORM="at90usb1286_cdc"
41 43
   #- TEST_PLATFORM="at90usb1286_dfu"

Loading…
Cancel
Save