X Tutup
Skip to content

Commit 7017702

Browse files
author
denfromufa
authored
Update .travis.yml
1 parent f073c3b commit 7017702

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ before_install:
6060
sudo DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confnew" install mono-devel mono-complete referenceassemblies-pcl ca-certificates-mono nunit-console;
6161
brew install pyenv;
6262
pyenv install $PYTHON;
63+
pyenv local $PYTHON;
6364
fi
6465
install:
6566
#- ./.travis/install.sh

0 commit comments

Comments
 (0)
X Tutup