Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Commit

Permalink
fix(tests): Forgot .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ProLoser committed Mar 13, 2013
1 parent e77ca50 commit 0bb9ed7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: node_js
node_js:
- "0.8"

before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install -g testacular@0.4.x
- npm install -g bower
- bower install

script: "testacular start components/angular-module/test.conf.js --browsers=Firefox,PhantomJS"

0 comments on commit 0bb9ed7

Please sign in to comment.