Skip to content

Commit 2d48594

Browse files
committed
fixed typo in travis script
1 parent 2a810ef commit 2d48594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ before_install:
2525
- cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
2626
- make -j4
2727
- sudo make install
28-
- cd ~/cd mariadb-corporation/mariadb-connector-python
28+
- cd ~/mariadb-corporation/mariadb-connector-python
2929
- git clone https://github.com/pyenv/pyenv.git ~/.pyenv
3030
- export PYENV_ROOT="$HOME/.pyenv"
3131
- export PATH="$PYENV_ROOT/bin:$PATH"

0 commit comments

Comments
 (0)