Skip to content

Commit

Permalink
Attempt to fix Travis CI build on MacOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitoy committed May 31, 2019
1 parent 4ca93ce commit e3759ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ script:
sudo ./mvnw --global-toolchains mvn/toolchains_travis_11.xml -Dorg.pcap4j.core.pcapLibName=/usr/local/lib/libpcap.so -Dorg.pcap4j.jre6-test.jvm=/usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java -B install
fi
else
sudo ./mvnw --global-toolchains mvn/toolchains_travis_mac.xml -Dorg.pcap4j.core.pcapLibName=libpcap.dylib -B install
sudo ./mvnw --global-toolchains mvn/toolchains_travis_mac.xml -B install
fi
notifications:
Expand Down

0 comments on commit e3759ac

Please sign in to comment.