Skip to content

Commit 0b5fed4

Browse files
author
Dean Sofer
committed
fix(tests): Added bower install to travis
1 parent 212d337 commit 0b5fed4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@
66
- export DISPLAY=:99.0
77
- sh -e /etc/init.d/xvfb start
88
- npm install -g [email protected]
9+
- npm install -g bower
10+
- bower install
911

1012
script: "testacular run"

test/select2Spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ describe('uiSelect2', function () {
100100
describe('compiling this directive', function () {
101101
it('should throw an error if we have no model defined', function () {
102102
expect(function(){
103-
compile('<select type="text" ui-reset></select>');
103+
compile('<select type="text" ui-select2></select>');
104104
}).toThrow();
105105
});
106106
it('should create proper DOM structure', function () {

0 commit comments

Comments
 (0)