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 646cce4 commit d49c2bcCopy full SHA for d49c2bc
.travis.yml
@@ -1,12 +1,16 @@
1
language: node_js
2
node_js: 8.9.1
3
-before_install: sh -e /etc/init.d/xvfb start
+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
7
script:
8
- if [ "x${CORE_BRANCH}x" != "xx" ] ; then ./node_modules/.bin/publish_yalc_package
9
.downstream_cache/core https://github.com/ui-router/core.git && yalc add @uirouter/core
10
; fi
11
- tsc
12
- yarn test
13
+- yarn docs
14
- yarn test:downstream
15
env:
16
global:
0 commit comments