Skip to content

Commit

Permalink
move the ci script to use the .sh extension, and add debugging so we …
Browse files Browse the repository at this point in the history
…can see why travis is preventing it from running.
  • Loading branch information
Andrew Theken committed Aug 18, 2017
1 parent f9cdbcd commit 7571fa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,4 +5,4 @@ install:
- dotnet restore ./src/postmark-dotnet.sln
- nuget install xunit.runners -Version 1.9.2 -OutputDirectory .testrunner
script:
- ./scripts/ci
- ./scripts/ci.sh
1 change: 1 addition & 0 deletions scripts/ci → scripts/ci.sh
@@ -1,5 +1,6 @@
#!/usr/bin/env bash
set -e
set -x
dir="$( dirname "$0" )/../src/"
pushd $dir
dotnet restore
Expand Down

0 comments on commit 7571fa4

Please sign in to comment.