Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 2b1834f

Browse files
committed
build(travis): update jq to lastest
1 parent c6ea863 commit 2b1834f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ addons:
1111
- libgconf-2-4
1212

1313
before_install:
14-
- mkdir -p ~/bin && curl -sSL -o ~/bin/jq https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64 && chmod +x ~/bin/jq
14+
- mkdir -p ~/bin && curl -sSL -o ~/bin/jq https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 && chmod +x ~/bin/jq
1515
- export PATH=$PATH:~/bin
1616
- jq --version
1717
- sudo chown -R travis ./travis/install_node.sh

0 commit comments

Comments
 (0)