Skip to content

Commit

Permalink
Fix small bug with min property
Browse files Browse the repository at this point in the history
Add moar tests
Instead of installing tad as a global, use the one in node_modules
  • Loading branch information
GermainBergeron committed Nov 24, 2015
1 parent 4a33a7a commit 6b5bacb
Show file tree
Hide file tree
Showing 8 changed files with 71 additions and 24 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Expand Up @@ -14,10 +14,6 @@ notifications:
on_success: never
on_failure: never

before_script:
- npm install -g tsd

script:
- tsd install
- npm run compile
- npm run test
11 changes: 9 additions & 2 deletions dist/js/Coveo.Slider.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/Coveo.Slider.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions dist/js/Slider.d.ts
@@ -1,6 +1,10 @@
/// <reference path="../../typings/jquery/jquery.d.ts" />
/// <reference path="../../typings/underscore/underscore.d.ts" />
/// <reference path="../../src/Slider.d.ts" />
declare var SliderMethods: {
Destroy: string;
Update: string;
};
declare class Slider {
private colors;
private options;
Expand Down

0 comments on commit 6b5bacb

Please sign in to comment.