Skip to content

Commit

Permalink
[Tests] require 0.8 to be passing again
Browse files Browse the repository at this point in the history
Revert "[Tests] allow 0.8 to fail, pending burl/mock-env#2"

This reverts commit 376c98d.
  • Loading branch information
ljharb committed Jun 15, 2017
1 parent dfddb24 commit 040194f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -11,6 +11,7 @@ node_js:
- "iojs-v1.8"
- "0.12"
- "0.10"
- "0.8"
before_install:
- 'if [ "${TRAVIS_NODE_VERSION}" = "0.6" ]; then npm install -g npm@1.3 ; elif [ "${TRAVIS_NODE_VERSION}" != "0.9" ]; then case "$(npm --version)" in 1.*) npm install -g npm@1.4.28 ;; 2.*) npm install -g npm@2 ;; esac ; fi'
- 'if [ "${TRAVIS_NODE_VERSION}" != "0.6" ] && [ "${TRAVIS_NODE_VERSION}" != "0.9" ]; then npm install -g npm; fi'
Expand Down Expand Up @@ -145,8 +146,6 @@ matrix:
env: TEST=true ALLOW_FAILURE=true
- node_js: "0.9"
env: TEST=true ALLOW_FAILURE=true
- node_js: "0.8"
env: TEST=true ALLOW_FAILURE=true
- node_js: "0.6"
env: TEST=true ALLOW_FAILURE=true
- node_js: "0.4"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"@ljharb/eslint-config": "^11.0.0",
"eslint": "^3.19.0",
"mock-env": "^0.1.3",
"mock-env": "^0.2.0",
"nsp": "^2.6.3",
"tape": "^4.6.3"
},
Expand Down

0 comments on commit 040194f

Please sign in to comment.