mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-20 04:11:51 +00:00
chore: add travis config
This commit is contained in:
parent
8db47ca7d4
commit
8b2532cec7
1 changed files with 13 additions and 0 deletions
13
.travis.yml
Normal file
13
.travis.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
language: node_js
|
||||||
|
node_js:
|
||||||
|
- 0.8
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- export DISPLAY=:99.0
|
||||||
|
- sh -e /etc/init.d/xvfb start
|
||||||
|
- npm install -g testacular@canary
|
||||||
|
- rake package
|
||||||
|
- ./nodeserver.sh > /dev/null &
|
||||||
|
|
||||||
|
script:
|
||||||
|
- rake test[Firefox,"--reporters=dots"]
|
||||||
Loading…
Reference in a new issue