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

Commit c6ea863

Browse files
committed
build(travis): add jq before start
1 parent d81a770 commit c6ea863

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ 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
15+
- export PATH=$PATH:~/bin
16+
- jq --version
1417
- sudo chown -R travis ./travis/install_node.sh
1518
- sudo chmod +x ./travis/install_node.sh
1619
- ./travis/install_node.sh

0 commit comments

Comments
 (0)