Skip to content

Commit

Permalink
Travis: Checking that pin prevents updating
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejfuhrer committed Mar 14, 2021
1 parent 64c08d3 commit 97027af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@ script:
- brew cu pin java
- brew cu pinned
- brew cu -y --no-brew-update
- java --version > java.test.out && cat java.test.out | grep -q 13.
- rm -f java.test.out
- brew cu unpin java
- brew cu -y --no-brew-update
- java --version > test && cat test | grep -q 14.

0 comments on commit 97027af

Please sign in to comment.