Skip to content

Commit 323874c

Browse files
authored
Merge pull request #33 from Didstopia/development
Fixing Travis
2 parents 520ac52 + 02cc911 commit 323874c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
tags: false
4242

4343
- stage: Deploy to NuGet
44-
if: (branch = master) AND (type != pull_request)
44+
if: branch = master
4545
script: skip
4646
deploy:
4747
provider: script
@@ -54,7 +54,7 @@ jobs:
5454
tags: false
5555

5656
- stage: Deploy to GitHub
57-
if: (branch = master) AND (type != pull_request)
57+
if: branch = master
5858
script:
5959
- if [ ! -z "$TRAVIS_TAG" ]; then dotnet restore /p:PackageVersion=${TRAVIS_TAG#v}; else echo "Missing tag, skipping restore.."; fi
6060
- if [ ! -z "$TRAVIS_TAG" ]; then dotnet build -c $BUILD_CONFIG /p:PackageVersion=${TRAVIS_TAG#v}; else echo "Missing tag, skipping build.."; fi

0 commit comments

Comments
 (0)