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 Sep 5, 2020
1 parent c31e6b0 commit ca8db39
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 ca8db39

Please sign in to comment.