Skip to content

Commit

Permalink
Fix travis folder reference
Browse files Browse the repository at this point in the history
  • Loading branch information
chillu committed Sep 22, 2016
1 parent 6603a36 commit b911fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ before_script:
- cd ~/builds/ss

script:
- vendor/bin/phpunit --coverage-clover=coverage.xml graphql/tests
- vendor/bin/phpunit --coverage-clover=coverage.xml graphql/tests/

after_success:
- mv coverage.xml ~/build/$TRAVIS_REPO_SLUG
Expand Down

0 comments on commit b911fd3

Please sign in to comment.