We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19ddc1e commit a0e6d2fCopy full SHA for a0e6d2f
1 file changed
travis-before-install.sh
@@ -5,7 +5,7 @@ if [[ "$TRAVIS_OS_NAME" == linux ]]; then
5
sudo apt-get install doxygen libboost-filesystem-dev libboost-locale-dev libboost-regex-dev libboost-signals-dev libboost-system-dev libgoogle-glog-dev libleveldb-dev libmarisa-dev libyaml-cpp-dev -y
6
make thirdparty/gtest
7
make -C thirdparty/src/opencc build
8
- sudo make -C thirdparty/src/opencc install
+ sudo env "PATH=$PATH" make -C thirdparty/src/opencc install
9
elif [[ "$TRAVIS_OS_NAME" == osx ]]; then
10
make -f Makefile.xcode thirdparty
11
fi
0 commit comments