Skip to content

Commit 3c18dcc

Browse files
_pantsIgorMinar
authored andcommitted
travis-ci config for unit and e2e tests
1 parent a6f302d commit 3c18dcc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: node_js
2+
node_js:
3+
- 0.8
4+
5+
before_script:
6+
- export DISPLAY=:99.0
7+
- sh -e /etc/init.d/xvfb start
8+
- npm install --quiet -g testacular
9+
- ./scripts/web-server.js > /dev/null &
10+
- sleep 1 # give server time to start
11+
12+
script:
13+
- testacular start config/testacular.conf.js --no-auto-watch --single-run --reporters=dots --browsers=Firefox
14+
- testacular start config/testacular-e2e.conf.js --reporters=dots --browsers=Firefox

0 commit comments

Comments
 (0)