mycognitive / ads_features

Provides common features for ads distribution.
http://drupal.org/project/ads_features
1 stars 4 forks source link

Travis CI should test the fork on pull request, not the main repo. #39

Closed kenorb closed 9 years ago

kenorb commented 10 years ago

Currently on pull request, Travis CI is testing the build by downloading the sources from the main repo. We need to find some way of testing the changed code which is requested.

Related: https://github.com/mycognitive/ads/issues/47

kenorb commented 10 years ago

Fixed by replacing subdir with link to the existing build to test.

rm  -fr "$FORKDIR" && ln -sfv "$TRAVIS_BUILD_DIR" "$FORKDIR" # Replace subdir with the tested repo.
nseam commented 9 years ago

Fixed