Skip to content

Commit

Permalink
[TEST] Only run sync tests on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Sep 16, 2016
1 parent cbad348 commit 2f7b863
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -44,7 +44,7 @@ before_script:

script:
- vendor/bin/phpunit $PHPUNIT_FLAGS
- vendor/bin/phpunit -c phpunit-integration.xml $PHPUNIT_FLAGS
- vendor/bin/phpunit -c phpunit-integration.xml --group sync $PHPUNIT_FLAGS

after_script:
- if [ $TRAVIS_PHP_VERSION = '7.0' ]; then php vendor/bin/coveralls; fi
2 changes: 1 addition & 1 deletion tests/Elasticsearch/Tests/YamlRunnerTest.php
Expand Up @@ -128,7 +128,7 @@ public function testIntegration($testProcedure, $skip, $setupProcedure, $fileNam

/**
* @dataProvider yamlProvider
* @group sync
* @group async
*/
public function testAsyncIntegration($testProcedure, $skip, $setupProcedure, $fileName)
{
Expand Down

0 comments on commit 2f7b863

Please sign in to comment.