Skip to content

Commit 7668981

Browse files
committed
Updated travis config to make it consistent.
1 parent 8dcde91 commit 7668981

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
1-
dist: trusty
1+
os:
2+
- linux
3+
24
sudo: false
35

6+
dist: trusty
7+
48
addons:
59
apt:
610
packages:
711
- lua5.2
812

13+
git:
14+
depth: 5
15+
916
language: c
1017

1118
install:

0 commit comments

Comments
 (0)