Skip to content

Commit

Permalink
add chmod +x to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
matthid committed May 27, 2017
1 parent 8937bf3 commit 688f60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ before_script:
- mkdir fake-dotnetcore
- unzip /tmp/fake-dotnetcore-ubuntu.14.04-x64.zip -d fake-dotnetcore || echo unzip returned $?
- export PATH=$PATH:$PWD/fake-dotnetcore/
# - chmod +x $PWD/fake-dotnetcore/dotnet
- chmod +x $PWD/fake-dotnetcore/Fake
# - export FAKE="$PWD/fake-dotnetcore/Fake"

before install:
Expand Down

0 comments on commit 688f60a

Please sign in to comment.