Skip to content

Commit

Permalink
Remove debug commands
Browse files Browse the repository at this point in the history
  • Loading branch information
traceon committed Feb 24, 2020
1 parent 7fa7098 commit fbdbdf1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -315,12 +315,8 @@ before_install: |-
install: |-
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
echo $PATH
export PATH=$(echo "$PATH" | sed -e 's|:/usr/local/cmake-[^:]*/bin:|:|')
echo $PATH
sudo apt-get install -y build-essential cmake perl libdbi-perl libdbd-odbc-perl python python-pyodbc
which cmake
cmake --version
elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
# brew install cmake perl python
PERL_MM_USE_DEFAULT=1 cpan -T DBD::ODBC
Expand Down

0 comments on commit fbdbdf1

Please sign in to comment.