Skip to content
This repository was archived by the owner on May 26, 2023. It is now read-only.

Commit 94e1836

Browse files
chore(travis): use yarn 1.5.1
1 parent 5850136 commit 94e1836

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
language: node_js
22
node_js: 8.9.1
3-
before_install: sh -e /etc/init.d/xvfb start
3+
before_install:
4+
- sh -e /etc/init.d/xvfb start
5+
- export PATH=$HOME/.yarn/bin:$PATH
6+
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.5.1
47
script:
58
- if [ "x${CORE_BRANCH}x" != "xx" ]; then npx publish_yalc_package .downstream_cache/core https://github.com/ui-router/core.git && yalc add @uirouter/core && export UPSTREAM_PKGS=@uirouter/core; fi
69
- tsc
710
- yarn test
8-
- npx generate_docs
11+
- yarn docs
912
- yarn test:downstream
1013
env:
1114
matrix:

0 commit comments

Comments
 (0)