FRosner / spawncamping-dds

Data-Driven Spark allows quick data exploration based on Apache Spark.
Other
28 stars 15 forks source link

Pull request builds fail because of S3 upload #257

Closed FRosner closed 8 years ago

FRosner commented 8 years ago

Problem

https://github.com/FRosner/spawncamping-dds/pull/256

Fix stated in Travis CI Documentation

Rather than test the commits from the branches the pull request is sent from, we test the merge between the origin and the upstream branch.

The environment variable ${TRAVIS_PULL_REQUEST} is set to "false" when the build is for a normal branch commit. When the build is for a pull request, it will contain the pull request’s number.

script:
  - '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && bundle exec rake tests:integration || false'