Skip to content

Commit

Permalink
Merge pull request #73 from grasmash/test-feature-branch
Browse files Browse the repository at this point in the history
Test.
  • Loading branch information
grasmash committed May 24, 2016
2 parents c884e24 + c7924e3 commit 0e4a085
Show file tree
Hide file tree
Showing 2 changed files with 3 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
1 change: 1 addition & 0 deletions test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
YEAH!

0 comments on commit 0e4a085

Please sign in to comment.