Skip to content

Commit 1f66c69

Browse files
committed
Use Travis to check the target
1 parent a2004ee commit 1f66c69

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
dist: trusty
2+
sudo: false
3+
4+
language: d
5+
os:
6+
- linux
7+
d:
8+
- dmd
9+
- dmd-beta
10+
- dmd-nightly
11+
- ldc
12+
- ldc-beta
13+
14+
script:
15+
- make -f posix.mak test

0 commit comments

Comments
 (0)