Skip to content

Commit

Permalink
chore: see if get rev-parse works on Travis and Appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jan 15, 2020
1 parent 652e9da commit 27b6cf5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ rvm:
- 2.2.4
- 2.3.1
- 2.4.1

before:
- ruby -e "puts \`git rev-parse --abbrev-ref HEAD\`.strip"
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ before_test:
- bundle -v

test_script:
- ruby -e "puts \`git rev-parse --abbrev-ref HEAD\`.strip"
- bundle exec rake

notifications:
Expand Down

0 comments on commit 27b6cf5

Please sign in to comment.