Skip to content

Commit f44017d

Browse files
committed
chore(ci): build on node@10
jsdoc throws on node@6
1 parent 7fb4a85 commit f44017d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22

33
node_js:
4-
- "6"
4+
- '10'
55

66
sudo: false
77
env:
@@ -21,9 +21,9 @@ script:
2121
- npm run build
2222
after_success:
2323
- if [[ "$TRAVIS_BRANCH" == "master" ]] && [[ "${TRAVIS_PULL_REQUEST}" = "false" ]]; then
24-
./script/release.sh;
25-
./script/deploy.sh;
24+
./script/release.sh;
25+
./script/deploy.sh;
2626
fi
2727
- if [[ "$TRAVIS_BRANCH" == "next" ]] && [[ "${TRAVIS_PULL_REQUEST}" = "false" ]]; then
28-
./script/release.sh next-dist;
28+
./script/release.sh next-dist;
2929
fi

0 commit comments

Comments
 (0)