Skip to content

Commit ca8db39

Browse files
committed
Travis: Checking that pin prevents updating
1 parent c31e6b0 commit ca8db39

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,8 @@ script:
2222
- brew cu pin java
2323
- brew cu pinned
2424
- brew cu -y --no-brew-update
25+
- java --version > java.test.out && cat java.test.out | grep -q 13.
26+
- rm -f java.test.out
2527
- brew cu unpin java
2628
- brew cu -y --no-brew-update
29+
- java --version > test && cat test | grep -q 14.

0 commit comments

Comments
 (0)