Skip to content
This repository was archived by the owner on Feb 26, 2020. It is now read-only.

Commit 087435c

Browse files
authored
Update .travis.yml
1 parent a85c708 commit 087435c

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.travis.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
os:
2+
- linux
3+
- osx
4+
15
language: rust
26

3-
before_install:
4-
- sudo apt-get update
5-
- sudo apt-get install libusb-1.0-0-dev
7+
addons:
8+
apt:
9+
packages:
10+
- libusb-1.0-0-dev

0 commit comments

Comments
 (0)