Skip to content

Commit

Permalink
1.4.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 3877e20 commit c6290ba
Show file tree
Hide file tree
Showing 9 changed files with 726 additions and 1,004 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -21,3 +21,4 @@ _site
sea-modules
node_modules/
.cache
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.4.0

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

## 1.3.1

`tag:fixed` [#19](https://github.com/aralejs/sticky/issues/19), 绑定 window 的 resize 事件
Expand Down
281 changes: 0 additions & 281 deletions dist/sticky-debug.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/sticky.js

This file was deleted.

0 comments on commit c6290ba

Please sign in to comment.