File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -45,22 +45,27 @@ Use one of these common languages:
45
45
` ` ` yaml
46
46
language: ruby
47
47
` ` `
48
+ {: data-file=".travis.yml"}
48
49
49
50
` ` ` yaml
50
51
language: java
51
52
` ` `
53
+ {: data-file=".travis.yml"}
52
54
53
55
` ` ` yaml
54
56
language: node_js
55
57
` ` `
58
+ {: data-file=".travis.yml"}
56
59
57
60
` ` ` yaml
58
61
language: python
59
62
` ` `
63
+ {: data-file=".travis.yml"}
60
64
61
65
` ` ` yaml
62
66
language: php
63
67
` ` `
68
+ {: data-file=".travis.yml"}
64
69
65
70
Or pick one from the [full list](/user/languages/).
66
71
@@ -78,13 +83,15 @@ the beta of Ubuntu Linux Trusty 14.04:
78
83
sudo: false
79
84
dist: trusty
80
85
` ` `
86
+ {: data-file=".travis.yml"}
81
87
82
88
* If you need a more customizable environment running in a virtual machine, use the Sudo
83
89
Enabled infrastructure :
84
90
85
91
` ` ` yaml
86
92
sudo: enabled
87
93
` ` `
94
+ {: data-file=".travis.yml"}
88
95
89
96
* Sudo Enabled infrastructure also has a beta of a more up-to-date Ubuntu Linux
90
97
Trusty 14.04 :
@@ -93,13 +100,15 @@ Trusty 14.04:
93
100
sudo: enabled
94
101
dist: trusty
95
102
` ` `
103
+ {: data-file=".travis.yml"}
96
104
97
105
* If you have tests that need to run on macOS, or your project uses Swift or
98
106
Objective-C, use our OS X environment :
99
107
100
108
` ` ` yaml
101
109
os: osx
102
110
` ` `
111
+ {: data-file=".travis.yml"}
103
112
104
113
> You do *not* necessarily need to use OS X if you develop on a Mac, only if
105
114
> you need Swift, Objective-C or other macOS software.
You can’t perform that action at this time.
0 commit comments