Skip to content

Commit

Permalink
Oh again
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Fediushin committed Aug 1, 2017
1 parent 757227a commit a92fddf
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,3 @@ dub test --compiler=$DC
echo "Building $TRAVIS_TAG for $TRAVIS_OS_NAME x86_64 using $DC"
dub build -b release --compiler=$DC
tar -zcf "covered-$TRAVIS_TAG-$TRAVIS_OS_NAME-$DC-x86_64.tar.gz" covered

echo
echo

if [ "$DC" != ldc ]; then
echo "Building $TRAVIS_TAG for $TRAVIS_OS_NAME x86 using $DC"
dub build -b release --compiler=$DC --arch=x86
tar -zcf "covered-$TRAVIS_TAG-$TRAVIS_OS_NAME-$DC-x86.tar.gz" covered
fi

0 comments on commit a92fddf

Please sign in to comment.