Skip to content

Commit 08c1ce8

Browse files
Halve PIO runs, they're 2x slower than Arduino
1 parent b1b08e8 commit 08c1ce8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
install:
3333
- sudo apt-get install python3-pip python3-setuptools
3434
env:
35-
- BUILD_PARITY=custom mod=10 rem=1
35+
# PIO is very slow, so do 1/2 as many builds as Arduino
36+
- BUILD_PARITY=custom mod=20 rem=5
3637

3738
- name: "Build 1/4"
3839
stage: build

0 commit comments

Comments
 (0)