Skip to content

Commit

Permalink
Halve PIO runs, they're 2x slower than Arduino
Browse files Browse the repository at this point in the history
  • Loading branch information
earlephilhower committed Jul 13, 2020
1 parent b1b08e8 commit 08c1ce8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
install:
- sudo apt-get install python3-pip python3-setuptools
env:
- BUILD_PARITY=custom mod=10 rem=1
# PIO is very slow, so do 1/2 as many builds as Arduino
- BUILD_PARITY=custom mod=20 rem=5

- name: "Build 1/4"
stage: build
Expand Down

0 comments on commit 08c1ce8

Please sign in to comment.