Added manga-py source
This commit is contained in:
13
manga-py-stable_1.x/helpers/before_script.sh
Normal file
13
manga-py-stable_1.x/helpers/before_script.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
allow_deploy="false"
|
||||
|
||||
py_version=$(python --version)
|
||||
|
||||
if [[ "${py_version:7:-2}" = "3.5" ]]
|
||||
then
|
||||
allow_deploy="true"
|
||||
fi
|
||||
if [[ "$TRAVIS_TAG" = "" ]]
|
||||
then wget 'https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb' -O /tmp/chrome.deb && sudo dpkg -i /tmp/chrome.deb && sudo apt-get install -y -f --fix-missing
|
||||
fi
|
||||
Reference in New Issue
Block a user