PowerShell/.travis.yml
2016-08-18 08:26:53 -07:00

24 lines
371 B
YAML

language: cpp
branches:
only:
- master
- /^test.*$/
os:
- linux
- osx
sudo: required
dist: trusty
osx_image: xcode7.3
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