PowerShell/.travis.yml

30 lines
530 B
YAML
Raw Normal View History

language: cpp
branches:
only:
- master
- /^test.*$/
os:
- linux
- osx
sudo: required
dist: trusty
2016-08-04 22:13:05 +02:00
osx_image: xcode7.3
addons:
artifacts:
s3_region: "us-west-2"
paths: $(ls powershell*{deb,pkg} | tr "\n" ":")
git:
submodules: false
install:
- git config --global url.git@github.com:.insteadOf https://github.com/
- git submodule update --init
- (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