Skip to content

Commit 8421f72

Browse files
committed
Add inotify dep.
1 parent 9d8c3cd commit 8421f72

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: erlang
2+
sudo: false
23
install: true
34
before_script:
45
- wget https://s3.amazonaws.com/rebar3/rebar3
@@ -12,4 +13,7 @@ otp_release:
1213
- 18.3
1314
- 17.5
1415
- R16B03-1
15-
16+
addons:
17+
apt:
18+
packages:
19+
- inotify

0 commit comments

Comments
 (0)