Skip to content

Commit

Permalink
fixed typo in travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
9EOR9 committed Nov 20, 2020
1 parent 2a810ef commit 2d48594
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 @@ -25,7 +25,7 @@ before_install:
- cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
- make -j4
- sudo make install
- cd ~/cd mariadb-corporation/mariadb-connector-python
- cd ~/mariadb-corporation/mariadb-connector-python
- git clone https://github.com/pyenv/pyenv.git ~/.pyenv
- export PYENV_ROOT="$HOME/.pyenv"
- export PATH="$PYENV_ROOT/bin:$PATH"
Expand Down

0 comments on commit 2d48594

Please sign in to comment.