Files
OldThink/.travis.yml

34 lines
520 B
YAML
Raw Normal View History

language: generic
dist: bionic
sudo: false
os:
- linux
#- osx
addons:
apt:
packages:
- python3
2019-01-18 11:39:21 +01:00
- python3-pip
cache:
directories:
- packages/
2019-03-29 22:12:10 -06:00
- RobustToolbox/Dependencies/
2019-12-16 00:46:09 +01:00
install:
- curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --version 3.1.100
#before_install:
# - if [ $TRAVIS_OS_NAME = osx ]; then brew update && brew upgrade python; fi
before_script:
- "python3.6 -m pip install --user requests"
- "python3.6 RUN_THIS.py --no-prompt"
script:
2019-12-16 00:46:09 +01:00
- "Tools/run_travis.sh"