diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-02-19 16:12:20 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-02-19 16:12:20 +0530 |
commit | 9ec4234e883f9a0192e9838d029db9240cba5d9b (patch) | |
tree | ee4bde4e79ef81396b35069ba7274827adbcbbd9 /.travis.yml | |
parent | 1c96ac4ff595cd974d4bae6c07c35c41f9ad4ef4 (diff) | |
download | nnn-9ec4234e883f9a0192e9838d029db9240cba5d9b.tar.gz |
Fix build break
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 304c81e..910d7a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ before_deploy: - sudo apt-get update -qy - sudo apt-get install -qy python3 python3-pip - sudo python3 -m pip install --upgrade pip - - sudo python3 -m pip install --upgrade packagecore python3-setuptools + - sudo python3 -m pip install --upgrade packagecore - packagecore -o dist/ "${TRAVIS_TAG#v}" - mv ../$REPO-${TRAVIS_TAG}.tar.gz dist/ |