Skip to content

Commit

Permalink
Test travis
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeSlave committed May 24, 2015
1 parent 1d50b10 commit 7396988
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ matrix:
- d: gdc-4.8.2
- d: ldc-0.14.0
include:
- d: dmd-2.067.1
- d: dmd-2.066.1
- d: dmd-2.065.0
- d: gdc-4.8.2
- d: gdc-4.9.2
- d: ldc-0.15.1
- d: ldc-0.14.0
script:
- dub build standardpaths:printdirs --compiler=${DC}
- dub build standardpaths:findexecutable --compiler=${DC}
- dub build standardpaths --compiler=${DC}
- dub run standardpaths:printdirs --compiler=${DC}
- dub run standardpaths:findexecutable --compiler=${DC} -- whoami
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ API may change in future. Join discussions in Issues if you're interested.
## Compiler and platform support

The library requires at least **dmd** v2.066 (or other compatible compiler) to compile.

**Upd:** the recent changes should make it possible to build the library using the older front ends down to 2.063, including ones used by **gdc** and **ldc**.

Currently works on Windows, Linux and FreeBSD. Mac OS X support is experimental.

## Generating documentation
Expand Down

0 comments on commit 7396988

Please sign in to comment.