PowerShell/.travis.yml
Andy Schwartzmeyer bbf64d17ad Temporarily disable OS X on Travis CI
download.sh script is failing, working to resolve.
2016-08-18 08:49:41 -07:00

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