Skip to content

Commit

Permalink
Merge pull request #97 from operable/cm/ci-cleanup
Browse files Browse the repository at this point in the history
Clean up CI
  • Loading branch information
christophermaier committed Mar 9, 2017
2 parents 4570aa2 + 45c2b61 commit 102b9ae
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 17 deletions.
7 changes: 0 additions & 7 deletions .buildkite/pipeline.yml

This file was deleted.

14 changes: 10 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
language: elixir
elixir: 1.3.4
otp_release: 19.1
sudo: required

script: mix coveralls.travis
services:
- docker

before_install:
- docker build -t operable/spanner-testing -f Dockerfile.ci .

# Need the job ID in order to upload the Coveralls data
script:
- docker run -it --rm --env="TRAVIS_JOB_ID=${TRAVIS_JOB_ID}" operable/spanner-testing mix coveralls.travis

notifications:
slack:
Expand Down
6 changes: 0 additions & 6 deletions docker-compose.ci.yml

This file was deleted.

0 comments on commit 102b9ae

Please sign in to comment.