Skip to content

Commit ccae0c9

Browse files
Avoid using a specific value for ulimit
1 parent db50062 commit ccae0c9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,11 @@ script:
4141
-DLAPACKE_WITH_TMG:BOOL=ON
4242
-DCMAKE_Fortran_FLAGS:STRING="-frecursive -fimplicit-none"
4343
${SRC_DIR}
44-
- ulimit -s 16384
44+
- ulimit -s unlimited
4545
- ctest -D ExperimentalStart
46-
- ulimit -s 16384
4746
- ctest -D ExperimentalConfigure
48-
- ulimit -s 16384
4947
- ctest -D ExperimentalBuild -j2
50-
- ulimit -s 16384
5148
- ctest -D ExperimentalTest --schedule-random -j2 --output-on-failure --timeout 100
52-
- ulimit -s 16384
5349
- ctest -D ExperimentalSubmit
5450
- make install -j2
5551
- if [[ "$CMAKE_BUILD_TYPE" == "Coverage" ]];

0 commit comments

Comments
 (0)