Skip to content

Commit 77516e8

Browse files
committed
Speedup Travis CI: stop smoking on Darwin
Resolves #17209 A full Travis CI build time is about 4 hours, most of the time is spent on osx servers. Travis CI does not seem to have the same kind of resources for Darwin than it has for linux. Disabling Darwin will speedup the builds to ~15 min Also enable fast finish to stop on first failure.
1 parent d42c7c4 commit 77516e8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ cache: ccache
33

44
os:
55
- linux
6-
- osx
76

87
compiler:
98
- gcc
10-
- clang
119

1210
install:
1311
- git fetch --unshallow --tags # t/porting/cmp_version.t
@@ -24,10 +22,10 @@ env:
2422
- CONFIGURE_ARGS='-DPERL_GLOBAL_STRUCT'
2523
- CONFIGURE_ARGS='-DPERL_GLOBAL_STRUCT_PRIVATE'
2624
- CONFIGURE_ARGS='-Duseshrplib -Dusesitecustomize'
27-
- CONFIGURE_ARGS='-Duserelocatableinc'
2825

2926
# only use gcc on linux, and only use clang on osx for now
3027
matrix:
28+
fast_finish: true
3129
exclude:
3230
- compiler: clang
3331
os: linux

0 commit comments

Comments
 (0)