Skip to content
This repository has been archived by the owner on Sep 1, 2019. It is now read-only.

Commit

Permalink
Drop support for linux x86
Browse files Browse the repository at this point in the history
  • Loading branch information
Kripth committed Aug 6, 2018
1 parent 52f151b commit f9f67c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ matrix:
include:
- {os: linux, d: dmd, env: CONFIG=debug ARCH=x86_64}
- {os: linux, d: ldc, env: CONFIG=debug ARCH=x86_64}
- {os: linux, d: ldc, env: CONFIG=debug ARCH=x86}
# - {os: linux, d: ldc, env: CONFIG=debug ARCH=x86}
# - {os: linux, d: ldc, env: CONFIG=debug ARCH=arm}
# - {os: linux, d: ldc, env: CONFIG=debug ARCH=aarch64}
- {os: linux, d: ldc, env: CONFIG=release ARCH=x86_64}
- {os: linux, d: ldc, env: CONFIG=release ARCH=x86}
# - {os: linux, d: ldc, env: CONFIG=release ARCH=x86}
# - {os: linux, d: ldc, env: CONFIG=release ARCH=arm}
# - {os: linux, d: ldc, env: CONFIG=release ARCH=aarch64}
- {os: osx, d: dmd, env: CONFIG=debug ARCH=x86_64}
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ The build scripts supports some useful options that can be viewed by launching i
| Windows | x86-64 | [![][win64-dmd-debug]][appveyor] | [![][win64-ldc-debug]][appveyor] | [![][win64-ldc-release]][appveyor] |
| Windows | x86 | [![][win86-dmd-debug]][appveyor] | [![][win86-ldc-debug]][appveyor] | [![][win86-ldc-release]][appveyor] |
| Linux | x86-64 | [![][lin64-dmd-debug]][travis] | [![][lin64-ldc-debug]][travis] | [![][lin64-ldc-release]][travis] |
| Linux | x86 | | [![][lin86-ldc-debug]][travis] | [![][lin86-ldc-release]][travis] |
| OS X | x86-64 | [![][osx64-dmd-debug]][travis] | [![][osx64-ldc-debug]][travis] | [![][osx64-ldc-release]][travis] |

## Setting up
Expand Down

0 comments on commit f9f67c8

Please sign in to comment.