Skip to content

Commit

Permalink
[TEST] Bump travis file descriptors
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Apr 1, 2016
1 parent 65f2eb9 commit 5cd7c37
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -31,7 +31,6 @@ env:

before_install:
- sudo update-java-alternatives -s java-8-oracle
- sudo ulimit -l unlimited
- ./travis/download_and_run_es.sh

install:
Expand Down
1 change: 1 addition & 0 deletions travis/download_and_run_es.sh
Expand Up @@ -7,6 +7,7 @@ fi;

killall java 2>/dev/null

sudo ulimit -l unlimited

which java
java -version
Expand Down

0 comments on commit 5cd7c37

Please sign in to comment.