Skip to content

Commit

Permalink
Make travis wait 30 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
codeadict committed Jan 16, 2020
1 parent 96e915a commit 812d9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ if [ $TRAVIS_OS_NAME = 'osx' ]; then

# Install Erlang/OTP
kerl build ${OTP_VERSION}
kerl install ${OTP_VERSION} ~/kerl/${OTP_VERSION}
travis_wait 30 kerl install ${OTP_VERSION} ~/kerl/${OTP_VERSION}
. ${HOME}/kerl/${OTP_VERSION}/activate
fi

0 comments on commit 812d9ca

Please sign in to comment.