Skip to content

Commit b874c11

Browse files
hathachladyada
authored andcommitted
add nrf52840 self-test, use addon pip3 to install adafruit-nrfutil (espressif#42)
* add nrf52840 self-test, use addon pip3 to install adafruit-nrfutil * add setuptools to be safe
1 parent 8abbe13 commit b874c11

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,16 @@ cache:
77
git:
88
depth: false
99
quiet: true
10+
11+
addons:
12+
apt:
13+
packages:
14+
- python3
15+
- python3-pip
16+
- python3-setuptools
17+
1018
before_install:
19+
- pip3 install --user adafruit-nrfutil
1120
- source $TRAVIS_BUILD_DIR/install.sh
1221
script:
1322
- build_platform esp32
@@ -16,6 +25,7 @@ script:
1625
- build_platform zero
1726
- build_platform esp8266
1827
- build_platform m4
28+
- build_platform nrf52840
1929

2030
notifications:
2131
email:

0 commit comments

Comments
 (0)