Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit abb3514

Browse files
Christopher McCullohswilliamset
authored andcommitted
adds browserify step in correct order
1 parent 3148b68 commit abb3514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grunt/tasks/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = function test (grunt) {
1818
['connect:testServer', 'jshint', 'saucelabs-qunit:defaultBrowsers']);
1919

2020
grunt.registerTask('travisci', 'Tests to run when in Travis CI environment',
21-
['test', 'dist', 'browserify:commonjs', 'qunit:dist']);
21+
['browserify:commonjs', 'test', 'dist', 'qunit:dist']);
2222

2323
// if you've already accidentally added your files for commit, this will at least unstage them. If you haven't, this will wipe them out.
2424
grunt.registerTask('resetdist', 'resets changes to dist to keep them from being checked in', function resetdist () {

0 commit comments

Comments
 (0)