Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Commit

Permalink
forked Powershell repo and updated travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
scrthq committed Jul 8, 2017
1 parent 43f8f25 commit 57a4f58
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
22 changes: 13 additions & 9 deletions .travis.yml
Expand Up @@ -13,14 +13,19 @@ osx_image: xcode8.1
matrix:
fast_finish: true

addons:
artifacts:
paths:
- $(ls powershell*{deb,pkg,AppImage} | tr "\n" ":")
- pester-tests.xml

before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew update;
brew install openssl;
mkdir -p /usr/local/lib;
ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/;
ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/;
fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
nvm install v6.0.0;
fi
install:
- pushd tools
- pushd Travis
- ./download.sh
- popd
# Default 2.0.0 Ruby is buggy
Expand All @@ -34,8 +39,7 @@ install:

script:
- ulimit -n 4096
- powershell -File tools/travis.ps1
# spellcheck
- powershell -File Travis/travis.ps1
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
mdspell '**/*.md' '!powershell/**/*.md' --ignore-numbers --ignore-acronyms --report;
fi
2 changes: 1 addition & 1 deletion Travis/download.sh
Expand Up @@ -13,7 +13,7 @@ get_url() {
echo "https://github.com/$fork/PowerShell/releases/download/$release/$1"
}

fork="PowerShell"
fork="scrthq"
# Get OS specific asset ID and package name
case "$OSTYPE" in
linux*)
Expand Down

0 comments on commit 57a4f58

Please sign in to comment.