Skip to content

Commit

Permalink
Override default testing steps
Browse files Browse the repository at this point in the history
ROOMIFY-142
  • Loading branch information
acrollet committed Feb 25, 2016
1 parent 20fc862 commit ca5ec15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ before_script:
# Set github access token for composer.
- git config --global github.accesstoken $GITHUB_OAUTH_TOKEN

script:
# Override defaults.
- echo "tests are awesome"

before_deploy:
- mkdir "${TRAVIS_BUILD_DIR}/roomify_periodic_pricing-${TRAVIS_TAG}"
- cp -r ${TRAVIS_BUILD_DIR}/* "${TRAVIS_BUILD_DIR}/roomify_periodic_pricing-${TRAVIS_TAG}"
Expand Down

0 comments on commit ca5ec15

Please sign in to comment.