5 Commits (52c9b5fb081a88f85f881abd03adbe60ebd5ec2d)

Author SHA1 Message Date
Nikita Manovich 620526fb30
More env variables for travis build to fix coveralls (#583)
* Added TRAVIS_* env variables for coveralls.

* Add more environment variables inside docker-compose.ci.

TRAVIS and TRAVIS_PULL_REQUEST. First variable is important for node-coveralls.
See the code below:
  if (process.env.TRAVIS){
    options.service_name = 'travis-ci';
    options.service_job_id = process.env.TRAVIS_JOB_ID;
    options.service_pull_request = process.env.TRAVIS_PULL_REQUEST;
    git_commit = 'HEAD';
    git_branch = process.env.TRAVIS_BRANCH;
  }
7 years ago
Nikita Manovich 8d68df6172
Added TRAVIS_* env variables for coveralls. (#581) 7 years ago
EvgenyShashkin 8daf7158af Run functional tests for REST API during a build (#506)
* Run tests for REST API
* Added DJANGO_CONFIGURATION with value "testing"
* Fixed crash of python tests
* Update .travis.yml
* Update CHANGELOG.md
* Removed --settings option
7 years ago
Andrey Zhavoronkov a5a9b0a019 used network: host option (workaround for (#443)
https://www.traviscistatus.com/incidents/kyf149kl6bvp issue)
7 years ago
DanVev 70547af5a4 CI tool integration (#244)
* Create travis.yml
* Create docker-compose-ci.yml
* Update README.md
* Update CONTRIBUTORS.md
7 years ago