Skip to content

Commit a0fe4d8

Browse files
Updated node version to 10.16.0 in travis.yml
1 parent bf7e656 commit a0fe4d8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
10.16.0

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- '4.1'
3+
- '10.16.0'
44
install:
55
- npm install
66
before_script:
@@ -19,7 +19,7 @@ deploy:
1919
condition: "$TAG_FOUND == false"
2020
branch: master
2121
after_deploy:
22-
if ([ "$TRAVIS_BRANCH" == "master" ] || [ ! -z "$PACKAGE_VERSION" ]) &&
22+
if ([ "$TRAVIS_BRANCH" == "master" ] || [ ! -z "$PACKAGE_VERSION" ]) &&
2323
[ "$TRAVIS_PULL_REQUEST" == "false" ]; then
2424
git config --global user.email "[email protected]";
2525
git config --global user.name "Travis CI";

0 commit comments

Comments
 (0)