We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8abbe13 commit b874c11Copy full SHA for b874c11
.travis.yml
@@ -7,7 +7,16 @@ cache:
7
git:
8
depth: false
9
quiet: true
10
+
11
+addons:
12
+ apt:
13
+ packages:
14
+ - python3
15
+ - python3-pip
16
+ - python3-setuptools
17
18
before_install:
19
+ - pip3 install --user adafruit-nrfutil
20
- source $TRAVIS_BUILD_DIR/install.sh
21
script:
22
- build_platform esp32
@@ -16,6 +25,7 @@ script:
25
- build_platform zero
26
- build_platform esp8266
27
- build_platform m4
28
+ - build_platform nrf52840
29
30
notifications:
31
email:
0 commit comments