about summary refs log tree commit diff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPaweł Jastrzębski <pawelj@iosphe.re>2017-10-14 22:13:09 +0200
committerGitHub <noreply@github.com>2017-10-14 22:13:09 +0200
commit7c0b78350da3c993bf6140aaabfff751c1cc0660 (patch)
tree46f36c3779dc916e956dda824ce53fc3a93646a8 /.travis.yml
parentDisabled old multiprocessing hack (diff)
downloadkcc-7c0b78350da3c993bf6140aaabfff751c1cc0660.tar.gz
kcc-7c0b78350da3c993bf6140aaabfff751c1cc0660.tar.bz2
kcc-7c0b78350da3c993bf6140aaabfff751c1cc0660.zip
Updated build enviroment
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index eff62b5..aacaa77 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,7 +15,7 @@ before_install:
 - if [ "$TRAVIS_OS_NAME" == "linux" ] ; then openssl aes-256-cbc -K $encrypted_a95564d8ff0d_key -iv $encrypted_a95564d8ff0d_iv -in other/linux/sentry.py.enc -out kindlecomicconverter/sentry.py -d ; fi
 - if [ "$TRAVIS_OS_NAME" == "osx" ] ; then brew update ; fi
 - if [ "$TRAVIS_OS_NAME" == "osx" ] ; then brew install python3 ; fi
-- if [ "$TRAVIS_OS_NAME" == "osx" ] ; then brew upgrade node ; fi
+- if [ "$TRAVIS_OS_NAME" == "osx" ] ; then travis_wait 30 brew upgrade node ; fi
 - if [ "$TRAVIS_OS_NAME" == "osx" ] ; then pip3 install --upgrade pip setuptools wheel ; fi
 - if [ "$TRAVIS_OS_NAME" == "osx" ] ; then openssl aes-256-cbc -K $encrypted_a95564d8ff0d_key -iv $encrypted_a95564d8ff0d_iv -in other/osx/sentry.py.enc -out kindlecomicconverter/sentry.py -d ; fi