Files
OldThink/.travis.yml

41 lines
724 B
YAML
Raw Normal View History

language: csharp
dist: trusty
sudo: false
2019-12-16 00:46:09 +01:00
mono: none
# dotnet: 3.1.100 # Travis is shitting itself right now and it can't locate .NET Core packages.
os:
- linux
#- osx
addons:
apt:
2019-01-18 11:39:21 +01:00
#sources:
#- deadsnakes
packages:
2019-01-18 11:39:21 +01:00
- python3.5
- 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:
2019-01-18 11:39:21 +01:00
#- "if [ $TRAVIS_OS_NAME = linux ]; then pyenv shell 3.6; fi"
- "python3.5 -m pip install --user requests"
- "python3.5 RUN_THIS.py --no-prompt"
script:
2019-12-16 00:46:09 +01:00
- "Tools/run_travis.sh"