Skip to content

Commit

Permalink
More travis fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMikeSimon committed Jun 30, 2014
1 parent 77e3c94 commit 8c46d36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language: node_js
node_js: '0.10'
before_script: ./node_modules/bower/bin/bower install
script: grunt test
script: ./node_modules/grunt-cli/bin/grunt test
2 changes: 1 addition & 1 deletion build/secure-ng-resource.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* secure-ng-resource JavaScript Library
* https://github.com/AmericanCouncils/secure-ng-resource/
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
* Compiled At: 06/30/2014 16:31
* Compiled At: 06/30/2014 16:52
***********************************************/
(function(window) {
'use strict';
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-clean": "0.5.0",
"grunt-jsdoc": "0.5.4",
"grunt-cli": "0.1.6",
"karma-jasmine": "0.1.5",
"karma-phantomjs-launcher": "0.1.4",
"bower": "1.2.7"
Expand Down

0 comments on commit 8c46d36

Please sign in to comment.