Skip to content

Commit 24e45df

Browse files
try true instead of skip for deploy script:
1 parent e0297d9 commit 24e45df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# - docker load -i $TRAVIS_BUILD_DIR/build/docker/mongodb_consistent_backup.tar
6464
# - $TRAVIS_BUILD_DIR/scripts/travis-ci/run-replset.sh 3.4 --archive.method=zbackup
6565
- stage: deploy
66-
script: skip
66+
script: true
6767
deploy:
6868
- provider: script
6969
skip_cleanup: true

0 commit comments

Comments
 (0)