Skip to content

Commit

Permalink
Some travis fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gecko0307 committed Sep 15, 2018
1 parent cbb607b commit dfbec3a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ addons:
- gcc-multilib

before_script:
- if [[ "$DC" == "gdc" ]]; then docker build -t debtesting -f ci/Dockerfile .; fi
- if [[ "$DC" == "gdc" ]]; then docker build -t debtesting -f Dockerfile .; fi

script:
- if [[ "$DC" == "gdc" ]]; then
docker run -t -e DC=$DC -v `pwd`:/build debtesting
dub test --arch=$ARCH --build=unittest-cov; fi
dub test -b unittest-cov; fi
- if [[ "$DC" != "gdc" ]]; then
dub test --arch=$ARCH --build=unittest-cov; fi

Expand Down
File renamed without changes.
16 changes: 0 additions & 16 deletions ci/build-and-test.sh

This file was deleted.

0 comments on commit dfbec3a

Please sign in to comment.