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 5850136 commit 94e1836Copy full SHA for 94e1836
.travis.yml
@@ -1,11 +1,14 @@
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 npx publish_yalc_package .downstream_cache/core https://github.com/ui-router/core.git && yalc add @uirouter/core && export UPSTREAM_PKGS=@uirouter/core; fi
9
- tsc
10
- yarn test
-- npx generate_docs
11
+- yarn docs
12
- yarn test:downstream
13
env:
14
matrix:
0 commit comments