Skip to content

Commit a839ba2

Browse files
committed
install git in travis so that branch releases can be used
Trying to use an pre-release version of node-data-tools, but yarn apparently expects it can shell out to git in order to pull the branch.
1 parent 0d30412 commit a839ba2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ node_js:
99
cache: yarn
1010

1111
before_install:
12+
- sudo apt-get -y install git
1213
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.9.4
1314
- export PATH="$HOME/.yarn/bin:$PATH"
1415

0 commit comments

Comments
 (0)