Skip to content

Commit b25bb04

Browse files
author
Dean Sofer
committed
fix(travis): Corrected test command
1 parent 5a00a01 commit b25bb04

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
- npm install -g bower
1010
- bower install
1111

12-
script: "testacular run --browsers=Firefox,PhantomJS"
12+
script: "testacular start --browsers=Firefox,PhantomJS"

test/test.conf.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
basePath = '..';
2+
23
files = [
34
JASMINE,
45
JASMINE_ADAPTER,
@@ -9,4 +10,5 @@ files = [
910
'src/*.js',
1011
'test/*Spec.js'
1112
];
13+
1214
singleRun = true;

0 commit comments

Comments
 (0)