Skip to content

Commit

Permalink
Update drupal-skeleton testing on Circle.
Browse files Browse the repository at this point in the history
  • Loading branch information
becw committed Feb 17, 2017
1 parent 9b24a91 commit 1cc260b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ machine:
environment:
PALANTIR_ENVIRONMENT: circle

general:
branches:
ignore:
- gh-pages
- /.*(readme|documentation).*/

dependencies:
pre:
- cp $HOME/$CIRCLE_PROJECT_REPONAME/conf/apache.circle.conf /etc/apache2/sites-available/default
Expand All @@ -21,7 +27,7 @@ dependencies:
- composer config --global github-oauth.github.com $GITHUB_TOKEN

override:
- composer install
- composer install --no-interaction
- composer drupal-scaffold

cache_directories:
Expand Down Expand Up @@ -51,5 +57,4 @@ test:
- vendor/bin/phing build install migrate

override:
- vendor/bin/phing test
- vendor/bin/behat --strict --format=junit --out=$CIRCLE_TEST_REPORTS

0 comments on commit 1cc260b

Please sign in to comment.