Skip to content

Commit

Permalink
Merge pull request #1 from veox/patch-2
Browse files Browse the repository at this point in the history
travis: add missing space is shell `test` invocation.
  • Loading branch information
mandarvaze authored Apr 18, 2018
2 parents 84987d6 + 59dc99f commit 6d5ef88
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 @@ -109,7 +109,7 @@ install:
- if [ -n "$GETH_VERSION" ]; then python -m geth.install $GETH_VERSION; fi
- if [ -n "$GETH_VERSION" ]; then export GETH_BINARY="$GETH_BASE_INSTALL_PATH/geth-$GETH_VERSION/bin/geth"; fi
# install vyper if necessary.
- if [ -n "$INSTALL_VYPER"]; then pip install https://github.com/ethereum/vyper/archive/master.zip; fi
- if [ -n "$INSTALL_VYPER" ]; then pip install https://github.com/ethereum/vyper/archive/master.zip; fi
# package
- travis_retry pip install setuptools --upgrade
- travis_retry pip install tox
Expand Down

0 comments on commit 6d5ef88

Please sign in to comment.