Skip to content

Commit

Permalink
Run JS test suite on Travis.
Browse files Browse the repository at this point in the history
Signed-off-by: Anurag Priyam <anurag08priyam@gmail.com>
  • Loading branch information
yeban committed Dec 26, 2014
1 parent c7df9de commit 396758a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ rvm:
install:
- rake deps:rb
#- rake deps:pl
- sudo apt-get install xvfb libqtwebkit-dev
- rake deps:js
script:
- rake test:rb
- xvfb-run rake test:js
#- prove -I tests/pl/lib -I . -lr tests

0 comments on commit 396758a

Please sign in to comment.