Skip to content

Commit 22db07e

Browse files
committed
Only run spec tests
1 parent e000111 commit 22db07e

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
@@ -96,7 +96,7 @@ before_script:
9696
script:
9797
- export MONGODB_URI=`cat /tmp/uri.txt`
9898
- echo $MONGODB_URI
99-
- vendor/bin/phpunit -v
99+
- vendor/bin/phpunit -v --filter SpecTests
100100

101101
before_cache:
102102
- rm -f ${HOME}/.cache/pip/log/debug.log

0 commit comments

Comments
 (0)