Skip to content

Commit

Permalink
Forcing Travis to Bulid
Browse files Browse the repository at this point in the history
  • Loading branch information
Iheartweb committed Nov 30, 2012
1 parent e13dcb4 commit eff7b11
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 @@ -4,7 +4,7 @@ node_js:
before_script:
- node server.js & # start a Web server
- sleep 3 # give Web server some time to bind to sockets, etc
script: grunt lint; grunt qunit
script: grunt qunit
notifications:
email:
- kirollos@gmail.com
Expand Down
1 change: 1 addition & 0 deletions grunt.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ module.exports = function(grunt) {
'\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.' +
'\n * See the License for the specific language governing permissions and' +
'\n * limitations under the License.' +
'\n *' +
'\n */'
},
lint: {
Expand Down

0 comments on commit eff7b11

Please sign in to comment.