Skip to content

Commit

Permalink
Not running DeployTest when deploys arent happening.
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash committed May 24, 2016
1 parent 27d7d7b commit c7924e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ script:
- ../bolted8/bolt.sh build:validate:test -Dcreate_alias=false -Dbehat.run-server=true -Dbehat.launch-phantom=true
# Validate and run 'bolt' phpunit tests.
- phpcs --standard=../bolted8/vendor/drupal/coder/coder_sniffer/Drupal/ruleset.xml tests
- phpunit tests
- phpunit tests/phpunit/BoltTest.php

deploy:
provider: script
script: ../bolted8/scripts/deploy/travis-deploy.sh public-repo-deploy
script: ../bolted8/scripts/deploy/travis-deploy.sh public-repo-deploy && phpunit tests/phpunit/DeployTest.php
skip_cleanup: true
on:
branch: public-repo-deploy

0 comments on commit c7924e3

Please sign in to comment.