Skip to content

Commit 2de3f79

Browse files
committed
Fix travis
1 parent 78d984a commit 2de3f79

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ env:
55
- TESTING=1
66

77
install:
8-
- "bash ./travis/setup.sh"
8+
- "bash ./scripts/travis/setup.sh"
99

10-
script: "./travis/test.sh"
10+
script: "./scripts/travis/test.sh"

scripts/travis/travis.karma.config.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ module.exports = function(config) {
1414

1515
// list of files / patterns to load in the browser
1616
files: [
17-
'static/js/vendor/jquery-1.9.1.min.js',
18-
'static/js/foundation.min.js',
19-
'static/js/vendor/statusmsg.js',
20-
'tests/jstests/testinit.js', // initialize the statusmsg stuff.
21-
'static/js/vendor/angular.min.js',
22-
'tests/jstests/angular-mocks.js',
23-
'static/js/develop/**/*.js',
24-
'projecto/apiv1/**/static/js/*.js',
25-
'projecto/apiv1/**/jstests/*.js',
26-
'tests/jstests/others/**/*.js'
17+
'../../static/js/vendor/jquery-1.9.1.min.js',
18+
'../../static/js/foundation.min.js',
19+
'../../static/js/vendor/statusmsg.js',
20+
'../../tests/jstests/testinit.js', // initialize the statusmsg stuff.
21+
'../../static/js/vendor/angular.min.js',
22+
'../../tests/jstests/angular-mocks.js',
23+
'../../static/js/develop/**/*.js',
24+
'../../projecto/apiv1/**/static/js/*.js',
25+
'../../projecto/apiv1/**/jstests/*.js',
26+
'../../tests/jstests/others/**/*.js'
2727
],
2828

2929

0 commit comments

Comments
 (0)