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 e18259c commit 12053b2Copy full SHA for 12053b2
.travis.yml
@@ -1,6 +1,6 @@
1
language: node_js
2
node_js:
3
-- '6.6'
+- '8.9.1'
4
5
before_script:
6
- export DISPLAY=:99.0
@@ -21,9 +21,10 @@ script:
21
git clone --depth=10 --branch="${CORE_BRANCH}" https://github.com/ui-router/core.git ui-router-core && \
22
pushd ui-router-core && \
23
yarn && \
24
- npm run build && \
+ yarn build && \
25
+ CORE_PACK_FILENAME=`npm pack` && \
26
popd && \
- npm install ./ui-router-core ;
27
+ yarn add ./ui-router-core/${CORE_PACK_FILENAME} ;
28
fi
29
- npm run travis
30
0 commit comments