Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
remove travis ci test on node 0.8
Browse files Browse the repository at this point in the history
which use npm 1.x and all packages use
SemVer with ^ prefix cause test problems
  • Loading branch information
ShihChi Huang committed Mar 26, 2015
1 parent 15ce987 commit d81dc69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
language: node_js
node_js:
- 0.8
- 0.10
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "html-truncate",
"main": "truncate.js",
"description": "truncate html text and keep tag safe",
"version": "1.1.1",
"version": "1.1.2",
"repository": {
"type": "git",
"url": "git://github.com/huang47/nodejs-html-truncate.git"
Expand All @@ -21,7 +21,7 @@
],
"dependencies": {},
"devDependencies": {
"coveralls": "2.11.2",
"coveralls": "^2.11.2",
"mocha": "*",
"mocha-lcov-reporter": "0.0.1",
"yuidocjs": "*"
Expand Down

0 comments on commit d81dc69

Please sign in to comment.