File: before_script.sh

package info (click to toggle)
async-http-client 2.12.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 3,520 kB
  • sloc: java: 33,231; xml: 937; python: 30; sh: 7; makefile: 2
file content (5 lines) | stat: -rwxr-xr-x 145 bytes parent folder | download | duplicates (3)
1
2
3
4
5
#!/bin/bash
ulimit -H -n 4000
if ([ $TRAVIS_PULL_REQUEST = "false" ] && [ $TRAVIS_BRANCH = "master" ]); then
    ./travis/make_credentials.py
fi