Skip to content

Commit d260986

Browse files
committed
Remove commentts that confuse travis
1 parent 1e89be0 commit d260986

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,11 @@ script:
7676

7777
# This will fail if the package does not actually exist
7878
- ls $CONDA_PACKAGE $WHEEL_PACKAGE
79+
# This step copies the few things we need from conda-forge to the vpython
80+
# channel.
7981
- if [ $TRAVIS_EVENT_TYPE == "cron" ]; then
80-
# Repo below has the script that does the actually copying
8182
git clone git://github.com/glue-viz/conda-sync.git;
82-
# Move the key file to this directory
8383
mv conda-sync/sync.py .;
84-
# Do the copying
8584
python drive_copy.py;
8685
fi
8786

0 commit comments

Comments
 (0)