Skip to content

Commit

Permalink
fix error in travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasgal committed Aug 5, 2014
1 parent 224c95a commit e7b1047
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,3 @@ before_script:
- npm install slimerjs
script:
- make test
- casperjs --engine=slimerjs $TRAVIS_BUILD_DIR/tests/automation.js
- cd java && make && cd ..
- cd tests && make && cd ..
4 changes: 4 additions & 0 deletions tests/automation.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* vim: set shiftwidth=4 tabstop=4 autoindent cindent expandtab: */

casper.on('remote.message', function(message) {
this.echo(message);
});

casper.test.begin("unit tests", 1, function(test) {
casper
.start("http://localhost:8000/index.html?main=RunTests")
Expand Down

0 comments on commit e7b1047

Please sign in to comment.