File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,11 @@ sudo: false
36
36
# ## Selection of ubuntu release for build environment
37
37
dist : trusty
38
38
39
- # ## Addons(?)
39
+ # ## Addons
40
40
# 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
42
44
# apt:
43
45
# Software sources to be added
44
46
# https://github.com/travis-ci/apt-source-whitelist
@@ -92,10 +94,10 @@ script: true
92
94
before_cache : true
93
95
# - rm $HOME/.cabal/logs/build.log
94
96
95
- # ## Caches non-variating contents to speed up build
97
+ # ## Caches nonvariating contents to speed up build
96
98
# cache:
97
99
# directories:
98
- # - $HOME/.cabal
100
+ # - $HOME/.cabal-
99
101
100
102
# ## Commands if build phase fails
101
103
after_failure : true
You can’t perform that action at this time.
0 commit comments