Skip to content

Commit

Permalink
Added E2E test to the Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Oct 4, 2012
1 parent 9c7e8fc commit 321933e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install -g [email protected] [email protected]
- npm install --quiet -g [email protected] [email protected]
- git clone --quiet git://github.com/angular-app/angular-app-server.git
- cd angular-app-server
- npm install --quiet
- cd ..
- node angular-app-server/server.js &
- sleep 3 # give server some time to start

script: grunt
script: grunt release

0 comments on commit 321933e

Please sign in to comment.