Skip to content

Commit 91f1658

Browse files
authored
Improve documentation of the apt-packages addon
Signed-off-by: 林博仁 <Buo.Ren.Lin@gmail.com>
1 parent 659cb6c commit 91f1658

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

template.travis.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,11 @@ sudo: false
3636
### Selection of ubuntu release for build environment
3737
dist: trusty
3838

39-
### Addons(?)
39+
### Addons
4040
#addons:
41-
# APT addon allows container build to install limited software sources and packages to the system in Travis CI's whitelist
41+
# apt_packages addon allows container build to install limited software sources and packages in the following whitelists to the system using APT:
42+
# https://github.com/travis-ci/apt-source-whitelist
43+
# https://github.com/travis-ci/apt-package-whitelist
4244
#apt:
4345
# Software sources to be added
4446
# https://github.com/travis-ci/apt-source-whitelist
@@ -92,10 +94,10 @@ script: true
9294
before_cache: true
9395
#- rm $HOME/.cabal/logs/build.log
9496

95-
### Caches non-variating contents to speed up build
97+
### Caches nonvariating contents to speed up build
9698
#cache:
9799
#directories:
98-
#- $HOME/.cabal
100+
#- $HOME/.cabal-
99101

100102
### Commands if build phase fails
101103
after_failure: true

0 commit comments

Comments
 (0)