mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-23 17:53:58 +08:00
bbf64d17ad
download.sh script is failing, working to resolve.
22 lines
343 B
YAML
22 lines
343 B
YAML
language: cpp
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
- /^test.*$/
|
|
|
|
os:
|
|
- linux
|
|
sudo: required
|
|
dist: trusty
|
|
|
|
addons:
|
|
artifacts:
|
|
paths: $(ls powershell*{deb,pkg} | tr "\n" ":")
|
|
|
|
install:
|
|
- (cd tools && ./download.sh)
|
|
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then rvm use 2.2.1; fi # Default 2.0.0 Ruby is buggy
|
|
|
|
script: ./tools/travis.sh
|