-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.travis.yml
More file actions
66 lines (59 loc) · 802 Bytes
/
.travis.yml
File metadata and controls
66 lines (59 loc) · 802 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
sudo: false
os:
- linux
- osx
language: d
d:
- dmd-2.081.0
- dmd-2.080.1
- dmd-2.079.1
- dmd-2.078.3
- dmd-2.077.1
- dmd-2.076.1
- dmd-2.075.1
- dmd-2.074.1
- dmd-2.073.2
- dmd-2.072.2
- dmd-2.071.2
- dmd-2.070.2
- dmd-2.069.2
- dmd-2.068.2
- dmd-2.067.1
- dmd-2.066.1
- ldc-1.10.0
- ldc-1.9.0
- ldc-1.8.0
- ldc-1.7.0
- ldc-1.6.0
- ldc-1.5.0
- ldc-1.4.0
- ldc-1.3.0
- ldc-1.2.0
- ldc-1.1.1
- ldc-1.0.0
- ldc-0.17.2
- ldc-0.16.1
- ldc-0.15.1
- gdc
- dmd-beta
- ldc-beta
- dmd
- ldc
matrix:
allow_failures:
- os: osx
d: gdc
- d: dmd-beta
- d: ldc-beta
addons:
apt:
packages:
- libnlopt0
install:
- if [ $TRAVIS_OS_NAME == osx ];
then
brew install nlopt;
fi
script:
- dub test
- dub run --root=examples/constraintTest