Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandercwikla committed Apr 22, 2020
1 parent 9adaaf9 commit fc2e2a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ install:
script:
- python -m pytest src/pynwb/tests
after_success:
- test $TRAVIS_BRANCH = "master_release" && conda install conda-build && conda install anaconda-client && conda install conda-verify && bash conda_upload.sh
- test $TRAVIS_BRANCH = "master_release" && conda install conda-build anaconda-client conda-verify && bash conda_upload.sh
1 change: 0 additions & 1 deletion conda_upload.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash

conda config --set anaconda_upload no
export PKG_NAME=ndx-fl-novela
export ANACONDA_API_TOKEN=$CONDA_UPLOAD_TOKEN
export CONDA_BUILD_PATH=/home/travis/miniconda/envs/test-environment/conda-bld
Expand Down

0 comments on commit fc2e2a3

Please sign in to comment.