Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,12 @@ matrix:
#
# Test latest node and historical LTS releases on Linux/amd64 only.
#
#- name: 'Ubuntu - Node.js 15'
# os: linux
# node_js: "15"
- name: 'Ubuntu - Node.js 16'
os: linux
node_js: "16"
- name: 'Ubuntu - Node.js 15'
os: linux
node_js: "15"
- name: 'Ubuntu - Node.js 14'
os: linux
node_js: "14"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ as i²c, PWM, and SPI.

* Raspberry Pi Models: A, B, A+, B+, 2, 3, 4, 400, Compute Module, Zero.
* SunXi (Allwinner V40) Models: Orange Pi Zero, Banana Pi M2 Zero / Berry.
* Node.js Versions: 0.8, 0.10, 0.12, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14.
* Node.js Versions: 0.8, 0.10, 0.12, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16

Currently only basic GPIO is supported on the SunXi chipsets.

Expand Down
Loading