Sha256: 5481daf0b83a5ff091174aa421ab3aa68afa3fbd4dc3a3db118cc93832c9af8f
Contents?: true
Size: 602 Bytes
Versions: 2
Compression:
Stored size: 602 Bytes
Contents
machine: pre: - curl -sSL https://s3.amazonaws.com/circle-downloads/install-circleci-docker.sh | bash -s -- 1.10.0 services: - docker timezone: Etc/GMT dependencies: override: - docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS quay.io - sudo apt-get install python-dev - sudo pip install --upgrade docker-compose==1.8.0 database: override: - echo "no db for you" test: pre: - docker-compose build override: - docker-compose run default bash -c -l "bundle exec rspec": parallel: true files: - spec/**/*_spec.rb
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
muchkeys-0.7.1 | circle.yml |
muchkeys-0.7.0 | circle.yml |