Skip to content

Commit

Permalink
Merge pull request orthros#5 from orthros/travis-update
Browse files Browse the repository at this point in the history
Adding a chmod +x to publish.sh in .travis.yml
  • Loading branch information
orthros authored Mar 13, 2018
2 parents 8c1a424 + 89e2d7d commit 8e0a740
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: dart
sudo: false
before_script:
- chmod +x ./tool/travis.sh
- chmod +x ./tool/publish.sh
- pub get
script: ./tool/travis.sh
deploy:
Expand Down

0 comments on commit 8e0a740

Please sign in to comment.