Skip to content

Commit

Permalink
Make build script executable in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tpetricek committed Dec 30, 2014
1 parent 3ee7f9a commit 22f6abe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -2,5 +2,8 @@ language: csharp

sudo: false # use the new container-based Travis infrastructure

install:
- chmod 755 ./build.sh

script:
- ./build.sh All

0 comments on commit 22f6abe

Please sign in to comment.