Skip to content

Commit d49c2bc

Browse files
chore(travis): use yarn 1.5.1
1 parent 646cce4 commit d49c2bc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
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 ./node_modules/.bin/publish_yalc_package
69
.downstream_cache/core https://github.com/ui-router/core.git && yalc add @uirouter/core
710
; fi
811
- tsc
912
- yarn test
13+
- yarn docs
1014
- yarn test:downstream
1115
env:
1216
global:

0 commit comments

Comments
 (0)