Doxygen install script cleanup

This commit is contained in:
thephez 2018-02-01 16:39:00 -05:00
parent fc7f622ee5
commit 8a44715eaa

View file

@ -21,9 +21,4 @@ make
echo "Done building doxygen..." echo "Done building doxygen..."
./bin/doxygen -v ./bin/doxygen -v
echo "doxygen path: " $(pwd)
echo "Copy Doxygen binaries to $TRAVIS_BUILD_DIR"
cp ./bin/* $TRAVIS_BUILD_DIR
cd $TRAVIS_BUILD_DIR cd $TRAVIS_BUILD_DIR