Skip to content

Commit

Permalink
dub test always fails for gdc
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Fediushin committed Aug 2, 2017
1 parent 9b96fbc commit 43863d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/bash

dub test --compiler=$DC
if [ "$DC" != gdc ]; then
dub test --compiler=$DC
fi

echo "Building $(git tag -l --points-at HEAD) for $TRAVIS_OS_NAME x86_64 using $DC"
dub build -b release --compiler=$DC
Expand Down

0 comments on commit 43863d6

Please sign in to comment.