Skip to content

Commit

Permalink
travis fix: change directory to mariadb-connector-python
Browse files Browse the repository at this point in the history
instead of home dir
  • Loading branch information
9EOR9 committed Nov 20, 2020
1 parent 6cb17e7 commit 2a810ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 ~/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 All @@ -47,12 +47,12 @@ install:
- export TEST_SSL_CLIENT_KEY_FILE=$SSLCERT/client.key
- export TEST_SSL_CLIENT_CERT_FILE=$SSLCERT/client.crt
- export TEST_SSL_CLIENT_KEYSTORE_FILE=$SSLCERT/client-keystore.p12
- export MARIADB_PLUGIN_DIR==`mariadb_config --plugindir`

env:
global:
- TEST_PORT=3305
- TEST_HOST=mariadb.example.com
- MARIADB_PLUGIN_DIR==`mariadb_config --plugindir`

matrix:
include:
Expand Down

0 comments on commit 2a810ef

Please sign in to comment.