Skip to content

Commit

Permalink
remove runner test
Browse files Browse the repository at this point in the history
  • Loading branch information
Szabo Bogdan committed Sep 25, 2017
1 parent dd460c1 commit 2b069fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ addons:
- g++-multilib
- gcc-multilib
- libcurl4-gnutls-dev
- libcurl4-gnutls-dev:i386

d:
# order: latest DMD, oldest DMD, LDC/GDC, remaining DMD versions
Expand All @@ -36,4 +35,5 @@ matrix:
allow_failures:
- d: dmd-beta
- d: ldc-beta

script: ./travis-ci.sh
1 change: 0 additions & 1 deletion travis-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ set -e -x -o pipefail
# test for successful 32-bit build
if [ "$DC" == "dmd" ]; then
dub test :lifecycle --arch=x86
dub test :runner --arch=x86
dub clean --all-packages
fi

Expand Down

0 comments on commit 2b069fb

Please sign in to comment.