File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ matrix:
58
58
- SERVER_VERSION=3.6.5
59
59
60
60
before_install :
61
- - openssl aes-256-cbc -K $encrypted_b354efda2943_key -iv $encrypted_b354efda2943_iv -in .travis.scripts/atlas-uris.txt.enc -out .travis.scripts/atlas-uris.txt -d
61
+ - openssl aes-256-cbc -K $encrypted_b354efda2943_key -iv $encrypted_b354efda2943_iv -in .travis.scripts/atlas-uris.txt.enc -out .travis.scripts/atlas-uris.txt -d || true
62
62
- pip install "mongo-orchestration>=0.6.7,<1.0" --user `whoami`
63
63
- .travis.scripts/before_install.sh
64
64
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1404-${SERVER_VERSION}.tgz
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ Atlas Connectivity Tests
3
3
--SKIPIF--
4
4
<?php
5
5
if (!file_exists ('.travis.scripts/atlas-uris.txt ' )) { echo "skip Atlas URIs not found \n" ; }
6
+ if (filesize ('.travis.scripts/atlas-uris.txt ' ) < 10 ) { echo "skip Atlas URI file empty \n" ; }
6
7
if ($ _ENV ['TESTS ' ] !== 'tests/atlas.phpt ' ) { echo "skip Atlas tests not wanted \n" ; }
7
8
?>
8
9
--FILE--
You can’t perform that action at this time.
0 commit comments