Skip to content

Commit dc94af0

Browse files
authored
Update .travis.yml
1 parent e5b759e commit dc94af0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
os:
2-
- linux
2+
- linux
33

44
sudo: false
55

66
dist: trusty
77

88
addons:
9-
apt:
10-
packages:
11-
- lua5.2
9+
apt:
10+
packages:
11+
- lua5.2
1212

1313
git:
14-
depth: 5
14+
depth: 5
1515

1616
language: c
1717

1818
install:
1919

20-
script: ./bin/build.sh
20+
script: ./bin/build.sh

0 commit comments

Comments
 (0)