We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6f302d commit 3c18dccCopy full SHA for 3c18dcc
.travis.yml
@@ -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