Skip to content

Commit 6ffb2f2

Browse files
committed
ci: Fix-up configuration
Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
1 parent 5833093 commit 6ffb2f2

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Diff for: .travis.yml

+13-13
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@
66
## Use container-based infrastructure for quicker build start-up
77
sudo: false
88

9+
## We only support Ubuntu 14.04 and newer
10+
dist: trusty
11+
12+
language: bash
13+
14+
git:
15+
# Git Clone Depth - Customizing the Build - Travis CI
16+
# https://docs.travis-ci.com/user/customizing-the-build/#Git-Clone-Depth
17+
# > Please note that if you use a depth of 1 and have a queue of jobs, Travis CI won’t build commits that are in the queue when you push a new commit.
18+
depth: 1
19+
920
addons:
1021
apt:
1122
sources:
@@ -14,17 +25,6 @@ addons:
1425
- realpath # Merged to GNU Coreutils in Ubuntu 16.04
1526
- git # Update Git due to missing `worktree` sub-command(git-core is not enough)
1627

17-
## We only support Ubuntu 14.04 and newer
18-
dist: trusty
19-
20-
language: markdown
21-
22-
## EXPERIMENTAL
23-
## Customizing the Build - Travis CI
24-
## https://docs.travis-ci.com/user/customizing-the-build/#Git-Clone-Depth
25-
## > Please note that if you use a depth of 1 and have a queue of jobs, Travis CI won’t build commits that are in the queue when you push a new commit.
26-
git:
27-
depth: 1
28-
29-
script:
28+
before_script:
3029
- ./"GNU Bash Automatic Checking Program for Git Projects.bash"
30+

0 commit comments

Comments
 (0)