Skip to content

Commit 23d6191

Browse files
committed
test remove
1 parent aa01ea8 commit 23d6191

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: c
22

33
os:
4-
- linux
4+
# - linux
55
- osx
66

77
before_install:
@@ -15,6 +15,11 @@ before_install:
1515
script:
1616
# abort on any command failure
1717
- set -e
18+
# travis debug
19+
- ls -l /usr/lib/libmagic.1.dylib
20+
- df
21+
- mount
22+
- sudo rm /usr/lib/libmagic.1.dylib
1823

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

0 commit comments

Comments
 (0)