Skip to content

Commit

Permalink
remove travis docker build
Browse files Browse the repository at this point in the history
no longer needed
  • Loading branch information
minrk committed Dec 19, 2018
1 parent 58cc9fc commit 67a19b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
12 changes: 0 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,6 @@ script:
after_success:
- pip install codecov
- pushd tests && codecov && popd
jobs:
include:
- stage: deploy
script: skip
if: type = push AND (branch = master OR tag IS present)
env:
- REPO_TYPE=
deploy:
provider: script
script: "./travis/travis-script.bash"
on:
repo: jupyter/repo2docker

env:
matrix:
Expand Down
20 changes: 0 additions & 20 deletions travis/travis-script.bash

This file was deleted.

0 comments on commit 67a19b0

Please sign in to comment.