Skip to content

Commit

Permalink
1.1.0, upgrade to spm@3x
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed May 15, 2014
1 parent 15260ba commit 2dbbaf7
Show file tree
Hide file tree
Showing 10 changed files with 1,256 additions and 2,151 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -21,4 +21,5 @@ node_modules
_site
sea-modules
.cache
npm-debug.log
npm-debug.log
dist
13 changes: 5 additions & 8 deletions .travis.yml
@@ -1,19 +1,16 @@
language: node_js

node_js:
- 0.10
- "0.10"

install:
- npm install mocha-browser nico
- npm install spm@ninja coveralls

before_script:
- git clone git://github.com/aralejs/nico-arale.git _theme
- node_modules/.bin/nico build --theme _theme -C _theme/nico.js
- node_modules/spm/bin/spm-install

script:
- node_modules/.bin/mocha-browser _site/tests/runner.html -S
- node_modules/spm/bin/spm-test

after_success:
- npm install jscoverage coveralls
- node_modules/.bin/jscoverage --encoding=utf8 src _site/src-cov
- node_modules/.bin/mocha-browser _site/tests/runner.html?cov -S -R lcov | node_modules/.bin/coveralls
- node_modules/spm/bin/spm-test --coveralls | node_modules/.bin/coveralls
4 changes: 4 additions & 0 deletions HISTORY.md
Expand Up @@ -2,6 +2,10 @@

---

## 1.1.0

`improved` 升级到 spm@3.x 规范。

## 1.0.3

`tag:improved` 性能优化
Expand Down

0 comments on commit 2dbbaf7

Please sign in to comment.