Skip to content

Commit

Permalink
Update Travis/AppVeyor files to include feature branches
Browse files Browse the repository at this point in the history
  • Loading branch information
smitpatel committed Aug 31, 2017
1 parent 0817523 commit 99a915e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ branches:
- release
- dev
- /^rel\/.*/
- /^feature\/.*/
- /^(.*\/)?ci-.*$/
before_install:
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; 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
Expand Down
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2.0.0-preview3-{build}
version: 2.0.1-preview1-{build}
init:
- git config --global core.autocrlf true
build_script:
Expand All @@ -15,6 +15,7 @@ branches:
- release
- dev
- /^rel\/.*/
- /^feature\/.*/
- /^(.*\/)?ci-.*$/
environment:
global:
Expand Down

0 comments on commit 99a915e

Please sign in to comment.