Skip to content

Commit

Permalink
Remove find libpcap step.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruedigergad committed Apr 25, 2017
1 parent 04f12c0 commit e567c57
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Expand Up @@ -12,7 +12,6 @@ jobs:
key: << checksum "project.clj" >>
- run: apt-get update; apt-get install libpcap0.8 -qq
- run: ln -s /usr/lib/x86_64-linux-gnu/libpcap.so.0.8 /usr/lib/x86_64-linux-gnu/libpcap.so
- run: find / -iname "*libpcap*"
- run: .circleci/bin/lein deps
- save_cache:
paths:
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,6 @@ language: clojure
before_install:
- sudo apt-get install libpcap0.8 -qq
- sudo ln -s /usr/lib/x86_64-linux-gnu/libpcap.so.1.1.1 /usr/lib/x86_64-linux-gnu/libpcap.so
- sudo find / -iname "*libpcap*"
script:
- sudo LEIN_ROOT=1 lein2 do javac, test
after_script:
Expand Down

0 comments on commit e567c57

Please sign in to comment.