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 a9621b4 commit 9871daeCopy full SHA for 9871dae
.travis.yml
@@ -2,7 +2,6 @@ language: node_js
2
3
node_js:
4
- "4"
5
-- "0.12"
6
7
sudo: false
8
@@ -15,7 +14,7 @@ script:
15
14
- npm test && codecov
16
- npm run build
17
after_success:
18
- - if [[ `node -v` == v4* ]] && [[ "$TRAVIS_BRANCH" == "next" ]] && [[ "${TRAVIS_PULL_REQUEST}" = "false" ]]; then
+ - if [[ "$TRAVIS_BRANCH" == "next" ]] && [[ "${TRAVIS_PULL_REQUEST}" = "false" ]]; then
19
./script/release.sh;
20
./script/deploy.sh;
21
fi
0 commit comments