Skip to content

Commit

Permalink
uses develop branch for travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
cbleek committed Oct 10, 2017
1 parent 537eeed commit 0f1c795
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 @@ -29,7 +29,7 @@ before_script:
- phpenv config-add .travis/phpenv.ini
- curl -sS https://getcomposer.org/installer | php
- ./composer.phar self-update
- ./composer.phar create-project cross-solution/yawik ../yawik
- ./composer.phar create-project cross-solution/yawik=dev-develop ../yawik
- mv ../`basename $TRAVIS_BUILD_DIR` `dirname $TRAVIS_BUILD_DIR`/yawik/module

script:
Expand Down

0 comments on commit 0f1c795

Please sign in to comment.