Skip to content

Commit df3745c

Browse files
chore(travis): use node 10.16.0
1 parent 8515195 commit df3745c

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.travis.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
language: node_js
2-
node_js: 8.9.1
2+
node_js: 10.16.0
33
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
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
77
script:
8-
- if [ "x${CORE_BRANCH}x" != "xx" ] ; then ./node_modules/.bin/publish_yalc_package .downstream_cache/core https://github.com/ui-router/core.git && yalc add @uirouter/core ; fi
9-
- tsc &&
10-
yarn test &&
11-
yarn docs &&
12-
yarn test:downstream
8+
- if [ "x${CORE_BRANCH}x" != "xx" ] ; then ./node_modules/.bin/publish_yalc_package .downstream_cache/core https://github.com/ui-router/core.git && yalc add @uirouter/core ; fi
9+
- tsc &&
10+
yarn test &&
11+
yarn docs &&
12+
yarn test:downstream
1313
env:
1414
matrix:
15-
- CORE_BRANCH=
16-
- CORE_BRANCH=master UPSTREAM_PKGS=@uirouter/core
15+
- CORE_BRANCH=
16+
- CORE_BRANCH=master UPSTREAM_PKGS=@uirouter/core
1717
notifications:
1818
slack:
1919
on_success: never
@@ -24,5 +24,5 @@ git:
2424
depth: 3
2525
cache:
2626
directories:
27-
- node_modules
28-
- ".downstream_cache"
27+
- node_modules
28+
- '.downstream_cache'

0 commit comments

Comments
 (0)