forked from ariatemplates/ariatemplates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
24 lines (24 loc) · 806 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
language: node_js
node_js:
- 4.2
sudo: false
cache:
directories:
- node_modules
before_install:
# Settings needed for graphic output in Firefox
- export DISPLAY=:99.0
- /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16
# This test fails on Travis in Firefox but works locally, TODO investigate that...
- sed -i "s/ - test.aria.widgets.container.dialog.movable.test5.MovableDialogTestCaseFive/#/" test/attester-nophantom.yml
# No Flash on Travis
- sed -i "s/ - test.aria.core.io.IOXDRTest/#/" test/attester-nophantom.yml
# Diagnostics
- npm --version
- npm config set spin false
- phantomjs --version
script:
- npm run ci
notifications:
email: