Skip to content

Commit

Permalink
Use correct CI test image for WASM and NVPTX
Browse files Browse the repository at this point in the history
  • Loading branch information
denzp committed Jan 29, 2019
1 parent 3f62445 commit 49931fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ matrix:
if: branch = auto
- env: IMAGE=i686-gnu-nopt
if: branch = auto
- env: IMAGE=wasm32-unknown
- env: IMAGE=test-various
if: branch = auto
- env: IMAGE=x86_64-gnu
if: branch = auto
Expand All @@ -186,8 +186,6 @@ matrix:
if: branch = auto
- env: IMAGE=mingw-check
if: type = pull_request OR branch = auto
- env: IMAGE=nvptx-cuda
if: branch = auto

- stage: publish toolstate
if: branch = master AND type = push
Expand Down
18 changes: 0 additions & 18 deletions src/ci/docker/nvptx-cuda/Dockerfile

This file was deleted.

0 comments on commit 49931fd

Please sign in to comment.