Skip to content

Commit 92f69d9

Browse files
added "libudunits2-dev" to installation
Build of "units" package in travis throws the error: "Configuration failed because libudunits2.so was not found. Try installing: * deb: libudunits2-dev (Debian, Ubuntu, ...) * rpm: udunits2-devel (Fedora, EPEL, ...) * brew: udunits (OSX) "
1 parent be7ef2a commit 92f69d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
before_install:
2+
- sudo apt-get install -y libudunits2-dev
3+
14
language: R
25
cache:
36
packages: true

0 commit comments

Comments
 (0)