Skip to content

Commit bea04e4

Browse files
Merge pull request #10 from timvaillancourt/travis_push_builds
try true instead of skip for deploy script:
2 parents dcdf500 + 24e45df commit bea04e4

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)