Skip to content

Commit

Permalink
enable travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sdorra committed Sep 3, 2015
1 parent 47a97cd commit d6c1906
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: node_js
node_js:
- "0.12"
before_install:
- git submodule update --init
before_script:
- npm install -g bower gulp
- npm install
- bower install
script: gulp
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,4 +278,4 @@ gulp.task('e2e', ['e2e-server', 'webdriver_update'], function(cb) {
/** shorthand methods **/
gulp.task('all', ['build', 'docs', 'sample']);

gulp.task('default', ['build']);
gulp.task('default', ['jslint', 'test', 'build']);

0 comments on commit d6c1906

Please sign in to comment.