Skip to content

Commit

Permalink
Remove DIST
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacYangSLA authored Mar 16, 2018
1 parent 5aceada commit 85e4d64
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,38 +35,6 @@ matrix:
script:
- ./digits-lint

- env: DIST
services: docker
addons:
apt:
packages:
- devscripts
- debhelper
- dput
- gnupg
install:
- git fetch --unshallow
- git remote add nvidia-digits-upstream https://github.com/NVIDIA/DIGITS.git # for forks
- git fetch nvidia-digits-upstream --tags
- pip install twine
script:
- DEBIAN_REVISION=1ppa1~trusty ./packaging/deb/build.sh
- DEBIAN_REVISION=1ppa1~xenial ./packaging/deb/build.sh
- python setup.py sdist bdist_wheel
deploy:
- provider: script
skip_cleanup: true
script: ./scripts/travis/ppa-upload.sh stable
on:
repo: NVIDIA/DIGITS
tags: true
- provider: script
skip_cleanup: true
script: ./scripts/travis/ppa-upload.sh dev
on:
repo: NVIDIA/DIGITS
branch: master

cache:
apt: true
directories:
Expand Down

0 comments on commit 85e4d64

Please sign in to comment.