-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy path.travis.yml
More file actions
26 lines (23 loc) · 785 Bytes
/
.travis.yml
File metadata and controls
26 lines (23 loc) · 785 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Use nightly instead
#addons:
# firefox: "33.1"
# Let's get a virtual display so that we can run Firefox
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16 -extension RANDR"
- npm install mozilla-download -g
- cd ..
- mozilla-download --branch mozilla-central firefox
- cd $TRAVIS_BUILD_DIR
- npm install jpm -g
notifications:
irc:
channels:
- "irc.mozilla.org#perf"
template:
- "BenWa: %{repository} (%{commit}) : %{message} %{build_url}"
on_success: change
on_failure: change
script: ./test.sh $TRAVIS_BUILD_DIR/../firefox/firefox
#script: ./test.sh