Skip to content

Commit 9871dae

Browse files
authored
feat: drop Node.js 0.12 support (#423)
1 parent a9621b4 commit 9871dae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: node_js
22

33
node_js:
44
- "4"
5-
- "0.12"
65

76
sudo: false
87

@@ -15,7 +14,7 @@ script:
1514
- npm test && codecov
1615
- npm run build
1716
after_success:
18-
- if [[ `node -v` == v4* ]] && [[ "$TRAVIS_BRANCH" == "next" ]] && [[ "${TRAVIS_PULL_REQUEST}" = "false" ]]; then
17+
- if [[ "$TRAVIS_BRANCH" == "next" ]] && [[ "${TRAVIS_PULL_REQUEST}" = "false" ]]; then
1918
./script/release.sh;
2019
./script/deploy.sh;
2120
fi

0 commit comments

Comments
 (0)