Skip to content

Commit b3240a7

Browse files
committed
Add file names to code
1 parent f4ed218 commit b3240a7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

user/getting-started.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,22 +45,27 @@ Use one of these common languages:
4545
```yaml
4646
language: ruby
4747
```
48+
{: data-file=".travis.yml"}
4849

4950
```yaml
5051
language: java
5152
```
53+
{: data-file=".travis.yml"}
5254

5355
```yaml
5456
language: node_js
5557
```
58+
{: data-file=".travis.yml"}
5659

5760
```yaml
5861
language: python
5962
```
63+
{: data-file=".travis.yml"}
6064

6165
```yaml
6266
language: php
6367
```
68+
{: data-file=".travis.yml"}
6469

6570
Or pick one from the [full list](/user/languages/).
6671

@@ -78,13 +83,15 @@ the beta of Ubuntu Linux Trusty 14.04:
7883
sudo: false
7984
dist: trusty
8085
```
86+
{: data-file=".travis.yml"}
8187

8288
* If you need a more customizable environment running in a virtual machine, use the Sudo
8389
Enabled infrastructure:
8490

8591
```yaml
8692
sudo: enabled
8793
```
94+
{: data-file=".travis.yml"}
8895

8996
* Sudo Enabled infrastructure also has a beta of a more up-to-date Ubuntu Linux
9097
Trusty 14.04:
@@ -93,13 +100,15 @@ Trusty 14.04:
93100
sudo: enabled
94101
dist: trusty
95102
```
103+
{: data-file=".travis.yml"}
96104

97105
* If you have tests that need to run on macOS, or your project uses Swift or
98106
Objective-C, use our OS X environment:
99107

100108
```yaml
101109
os: osx
102110
```
111+
{: data-file=".travis.yml"}
103112

104113
> You do *not* necessarily need to use OS X if you develop on a Mac, only if
105114
> you need Swift, Objective-C or other macOS software.

0 commit comments

Comments
 (0)