Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit f7582a6

Browse files
author
Konstantina Chremmou
committed
Reverted setting ulimit; it's to no avail since it's outside the container.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
1 parent 49e9dcd commit f7582a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services: docker
44
install:
55
- wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-docker.sh
66
script:
7-
- ulimit -s unlimited && bash -ex .travis-docker.sh
7+
- bash -ex .travis-docker.sh
88
env:
99
global:
1010
- OCAML_VERSION=4.04.2

0 commit comments

Comments
 (0)