Skip to content

Commit d1a7ef5

Browse files
committed
fix(travis): override install commands
1 parent 7ba6f0b commit d1a7ef5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ node_js:
88
before_install:
99
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.3.2
1010
- export PATH=$HOME/.yarn/bin:$PATH
11-
script:
11+
install::
12+
- travis_retry yarn
13+
test::
1214
- travis_retry yarn test
1315

1416
cache:

0 commit comments

Comments
 (0)