Skip to content

Commit

Permalink
fix(spm test): 去除 spm test 测试,spmjs.io 已下线
Browse files Browse the repository at this point in the history
  • Loading branch information
hotoo committed May 11, 2016
1 parent 845c70d commit 097138d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ install:
- npm install spm coveralls mocha

before_script:
- node_modules/spm/bin/spm-install
- npm install

script:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ test-spm:
lint:
@./node_modules/eslint/bin/eslint.js ./lib/ ./bin/ ./tests/

test: lint test-spm test-npm test-cli benchmark
test: lint test-npm test-cli benchmark

output = _site/coverage.html
coverage: build-doc
Expand Down

0 comments on commit 097138d

Please sign in to comment.