Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Commit

Permalink
Fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslong committed Sep 12, 2016
1 parent 5e69bac commit 7da24c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ node_js:
- "4"
before_install: npm install -g grunt-cli
install: npm install && cd app && npm install && cd ..
before_script: grunt
before_script: grunt travis
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,5 @@ module.exports = function (grunt)
grunt.registerTask('server', ['clean:server', 'ts:server']);
grunt.registerTask('test', ['clean:test', 'ts:test', 'mochaTest:test']);
grunt.registerTask('default', ['app', 'browser', 'editor', 'server']);
grunt.registerTask('travis', ['browser', 'editor', 'server', 'test']);
}

0 comments on commit 7da24c2

Please sign in to comment.