Skip to content

Commit 6685a09

Browse files
committed
add travis
1 parent 662c822 commit 6685a09

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
sudo: false
2+
language: node_js
3+
node_js:
4+
- '0.12'
5+
before_script:
6+
- export DISPLAY=:99.0
7+
- sh -e /etc/init.d/xvfb start

History.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
0.1.1
2+
* Fix debounce function
3+
* Support window as scrollable
4+
* Check scroll to end instead of visible on viewport

0 commit comments

Comments
 (0)