Skip to content

Commit afd1101

Browse files
committed
1 parent f19e903 commit afd1101

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ script:
1616
# abort on any command failure
1717
- set -e
1818
# travis debug
19-
- which file || echo no
19+
- which file
20+
- otool -L /usr/bin/file
2021

2122
# build and install file
2223
- git clone --depth=100 git://github.com/file/file.git

0 commit comments

Comments
 (0)