We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2be60cb commit aa7828aCopy full SHA for aa7828a
.travis.yml
@@ -4,8 +4,7 @@ services:
4
- xvfb
5
before_install:
6
- sudo apt-get install libgconf-2-4
7
- - export PATH=$HOME/.yarn/bin:$PATH
8
- - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.5.1
+ - npm install -g yarn
9
script:
10
- 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 ; fi
11
- tsc &&
@@ -27,4 +26,3 @@ git:
27
26
cache:
28
directories:
29
- node_modules
30
- - '.downstream_cache'
0 commit comments